Sunday, June 10, 2007

Find Lattitude and Longitude with Google Map

Tech-Recipes has posted a trick to find latitude and longitude values for any location using Google Maps.

You just have to locate the address on the map and centre that on the map by moving around it.

After that you just copy and paste this code into your browser bar and press Enter:

javascript:void(prompt('',gApplication.getMap().getCenter()));
A pop-up window will show the coordinates of the center of the map. (Image courtesy Lifehacker)