Home
last modified time | relevance | path

Searched refs:googleMapArray (Results 1 – 1 of 1) sorted by relevance

/plugin/googlemap3/
Dgooglemap3.js111 if (googleMapArray.length == 0) return;
125 googleMapArray[i++].node = nodes[j];
129 for (i=0; i < googleMapArray.length; i++) {
130 var navcont = (googleMapArray[i].controls == 'off') ? false : true;
132 zoom: googleMapArray[i].zoom,
133 center: new google.maps.LatLng(googleMapArray[i].lat, googleMapArray[i].lng),
134 mapTypeId: maptypes[googleMapArray[i].type],
167 googleMapArray[i].map = new google.maps.Map(googleMapArray[i].node, mapOptions);
168 googleMapArray[i].map.homeLatLng = new google.maps.LatLng(googleMapArray[i].lat,
169 googleMapArray[i].lng)
[all …]