Related questions
Google Maps API v3 recenter the map to a marker
i am searching for a way to recenter (focus) the map if an marker is outside the map. For example if you click on a marker which is not in your viewarea ...
Marker 1: New York Marker 2: SanFransisco
in V2 i …
Google Maps: How can I change the z-index of a Marker?
There are about 100 markers on a google map plus there is one special marker that needs to be visible. Currently, the markers around it hide it totally or partially when the map is zoomed out. I need that marker to …
map.addOverlay in Google API v3
is this the correcty way to change the add Overlay to v3? In V3 addOverlay is deprecated...and replaced with setMap?
if (setContainerVisible == 1) {
mapElements[lMapElementIndex]['visible'] = 1;
//map.addOverlay(marker); v2
marker.setMap(marker); // v3 ??
}
for more infos see the whole …