Google Maps – Finding Latitude and Longitude

| Posted by watashii | Filed under Software

Here is a very useful method (hack?) to locate the latitude and longitude of the google map center-point.  Move the map center-point to your chosen location, and at the URL address bar, enter this:
javascript:void(prompt('',gApplication.getMap().getCenter()));
Immediately, the prompt pops up with the latitude and longitude values.  Sweet.  Works on most web browsers.

Tags: , , , ,