Difference between revisions of "Google Maps"

From Richard's Wiki
Jump to: navigation, search
(Excellent Google Maps API Links)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== Excellent Google Maps API Links ==
 
== Excellent Google Maps API Links ==
 +
* [http://www.mapstylr.com/map-style-editor/ http://www.mapstylr.com/map-style-editor/] MapStylr map style editor
 
* [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.

Latest revision as of 20:59, 3 September 2015

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.