Friday, 31 August 2007

Latitude/Longitude from Google Maps

To get the latitude/longitude from google maps:

1. Search for the location. The map will centre on that location.
2. Paste the following text into the address bar:
javascript:void(prompt('',gApplication.getMap().getCenter()));


If you scroll the map then this will show a false location.

To display a latitude/longitude position type them into google maps search box separated by a space.

No comments:

Post a Comment