Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Maps Api 2

Equivalent Of Getboundszoomlevel() In Gmaps Api 3

In API v2, the map object had a handy method getBoundsZoomLevel(). I used it to get the zoom level … Read more Equivalent Of Getboundszoomlevel() In Gmaps Api 3

How To Get The KML Data From A GGeoXml Object

I load an KML file into a google map object using the following code: map = new GMap2(document.getE… Read more How To Get The KML Data From A GGeoXml Object