Sep
12
2009
Get latitude and longitude of an address using google maps
Google doesn’t make it easy to show you the latitude and longitude of an address you search in google maps, but there’s an easy way to get the info.
- go to google maps, type the address, and click search
- once you’ve found it, go to your address bar and clear what’s in it
- paste:
javascript:void(prompt('',gApplication.getMap().getCenter()));into the address bar - use the coordinates for whatever you wish!