Friday, August 10, 2007

Get Latitude/Longitude from Google Maps Fast!

Found this interesting tid bit when trying to locate latitude/longitude quickly from an already identified location on Google Maps...

Use the following Javascript code by pasting into your browser bar after locating a spot on google maps and wahla! Your lat/long coordinates display in a pop-up window:

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

Resource: LifeHacker: how-to-find-latitude-and-longitude-267361.php

-Carl (The Water Buffalo)

No comments: