Tuesday 26 October 2010

Google maps latitude/longitude bookmarklet

Bookmarklets are little strings of JavaScript that reside in your internet bookmark list and can do useful things. In particular, the one I find most useful is this one that retrieves the coordinates of the point at the centre of a Google Maps window:

javascript:alert(window.gApplication.getMap().getCenter())


Thanks to liquidx for writing it!

No comments: