google maps - What link will return an address when I pass latitude and longitude? -


http://maps.google.com/maps/geo?q=address&output=csv

the above link gives latitude , longitude address.

i want similar link address latitude , longitude.

you need pass in latitude , longitude in query string. this:

http://maps.google.com/maps/geo?q=43.6426038,-79.3871169&output=csv

will return

200,9,"cn tower, toronto, on m5v 2t6, canada"

full description of google maps parameters here: http://mapki.com/wiki/google_map_parameters


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -