Showing posts with label qmchenry. Show all posts
Showing posts with label qmchenry. Show all posts

Get Latitude and Longitude Values from Google Maps

Following link provides an easy way to get latitude and longitude values from Google Maps:

http://www.tech-recipes.com/rx/2403/google_maps_get_latitude_longitude_values/

The contributor is qmchenry. Basically, copy following JavaScript into address bar of the browser, geodata of then center will be shown:

javascript:void(prompt('',gApplication.getMap().getCenter()));

The other ways include enabling LatLng Tooltip in Google Maps:

http://www.tech-recipes.com/rx/5519/the-easy-way-to-find-latitude-and-longitude-values-in-google-maps/

Labels