6/12/2007

Finding lattitude and longitude values from Google Maps

Article from tech-recipes, Get Latitude and Longitude values from Google Maps, shows you how you can get the latitude and longitude values from Google Map. You can just copy and paste the following code after you center the location you would like to get coordinate information.



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


It had been my greatest annoyance trying to work on Google Maps API where I needed to know the coordinate information where none can be referenced from the Google Map itself! Now, at least one thing will be easier to reference to.

2 comments:

Anonymous said...

Great trick

Brian Park said...

Indeed it is. Quite useful!