Questions tagged [google-geocoding-api]

The Google Geocoding API is a webservice for the Google Maps API. The Geocoding API provides a direct way to access a geocoder via an HTTP request, though it must be used in conjunction with Google Maps.

Geocoding is the process of converting addresses (like "1600 Amphitheatre Parkway, Mountain View, CA") into geographic coordinates (like latitude 37.423021 and longitude -122.083739), which you can use to place markers or position the map.

Reverse geocoding is the process of converting geographic coordinates into a human-readable address.

The Google Geocoding API provides a direct way to access a these services via an HTTP request.

758 questions
-2
votes
1 answer

why google geocoding can't find some addresses

hello I've got this java programe which gets the addresse from a database,make requeset to google geocoding api and then I want to see the lat, lng cordinates. Also as some addresses are not able to be found by google - so i've decided if google…
user1966221
  • 159
  • 1
  • 2
  • 11
-3
votes
1 answer

Find nearby cities using Geocoding API

Is it possible to search nearby cities with given city or latitude longitude using geocoding API? For example user input City A, then the result is a list of cities nearby to city A. if not possible, do you have any suggestions for using other APIs…
Syaifudin Zuhri
  • 108
  • 1
  • 2
  • 11
-3
votes
1 answer

How to display map using geocode

My Script is