How to Find Geographical Coordinates

Ever need to find your location using latitude and longitude? Do a search for your destination using Google Maps and then when your destination is in the center of the map – type:
[js]
javascript:void(prompt(”,gApplication.getMap().getCenter()));
[/js]

into the browser address bar (no http or www) and your coordinates will appear.

Related Posts

Leave a Reply