From GamingWiki
Jump to: navigation, search
Line 135: Line 135:
 
newLatLng = gMarker.getPosition();
 
newLatLng = gMarker.getPosition();
 
if (marker["zoom"]) {
 
if (marker["zoom"]) {
newZoom = (int)marker["zoom"];
+
newZoom = Number(marker["zoom"]);
 
}
 
}
 
}
 
}

Revision as of 20:38, 26 May 2011