Showing posts with label Latitude. Show all posts
Showing posts with label Latitude. Show all posts

Turning Bulk Addresses Into Geodata

Website http://www.gpsvisualizer.com/geocoder/ provides a free service for this. After that, you may wish either use its XML file or use Koncord Applied Excel Functions to parse the text.

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