Is there a way to get a city name from a latitude and longitude point using the google maps api for javascript?
If so could I please see an example?
Advertisement
Answer
This is called Reverse Geocoding
Documentation from Google:
http://code.google.com/apis/maps/documentation/geocoding/#ReverseGeocoding.
Sample Call to Google’s geocode Web Service: