Difference between revisions of "Google Maps"

From Richard's Wiki
Jump to: navigation, search
(New page: == Excellent Google Maps API Links == * [http://koti.mbnet.fi/ojalesa/exam/index.html Google Maps API Examples and Test Pages] is probably the definitive set of Maps API examples. == Sh...)
(No difference)

Revision as of 22:26, 29 December 2008

Excellent Google Maps API Links


Show Google Maps Lat/Long

To display the lat/long of the center of a Google Map, put the following into the browser location bar:

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

This can also be bookmarked.