Difference between revisions of "Google Maps"
From Richard's Wiki
(→Excellent Google Maps API Links) |
|||
Line 2: | Line 2: | ||
* [http://koti.mbnet.fi/ojalesa/exam/index.html Google Maps API Examples and Test Pages] is probably the definitive set of Maps API examples. | * [http://koti.mbnet.fi/ojalesa/exam/index.html Google Maps API Examples and Test Pages] is probably the definitive set of Maps API examples. | ||
* [http://www.bdcc.co.uk/Gmaps/BdccGmapBits.htm Google Maps Widgets from Bill Chadwick] has interesting overlays. | * [http://www.bdcc.co.uk/Gmaps/BdccGmapBits.htm Google Maps Widgets from Bill Chadwick] has interesting overlays. | ||
+ | * [http://econym.org.uk/gmap/gevent.htm Google Maps API Tutorial] has [[a list of the accessible GEvent types]]. | ||
== Show Google Maps Lat/Long == | == Show Google Maps Lat/Long == |
Revision as of 21:13, 4 January 2009
Excellent Google Maps API Links
- Google Maps API Examples and Test Pages is probably the definitive set of Maps API examples.
- Google Maps Widgets from Bill Chadwick has interesting overlays.
- Google Maps API Tutorial has a list of the accessible GEvent types.
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.