javascript - How can I get city name from a latitude and longitude point? -
is there way city name latitude , longitude point using google maps api javascript?
if please see example?
this called reverse geocoding
documentation google:
http://code.google.com/apis/maps/documentation/geocoding/#reversegeocoding.
sample call google's geocode web service:
http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=true
Comments
Post a Comment