Google Maps
From Richard's Wiki
Revision as of 20:59, 3 September 2015 by Rkdrm (Talk | contribs) (→Excellent Google Maps API Links)
Excellent Google Maps API Links
- http://www.mapstylr.com/map-style-editor/ MapStylr map style editor
- 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.