5
I have a list of latitudes and longitudes and I would like to find out in which region of the country such latitude/longitude belongs.
5
I have a list of latitudes and longitudes and I would like to find out in which region of the country such latitude/longitude belongs.
3
Utilize Reverse Geocoding. Example:
http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=false
Returns a JSON with multiple elements, including:
formatted_address" : "277 Bedford Ave, Brooklyn, NY 11211, USA", [...]
Browser other questions tagged javascript c# google maps
You are not signed in. Login or sign up in order to post.
Post what you’ve already done.
– Laerte