OverlappingMarkerSpiderfier icon indicating copy to clipboard operation
OverlappingMarkerSpiderfier copied to clipboard

How to disable mouseover infobox over the spiderfier marker?

Open benderlidze opened this issue 8 years ago • 0 comments

I am adding this event on every marker and want to disable infobox over the spiderfier marker/icon, just over the marker that are inside the spiderfier. Is there a wat to do so? Thanks

google.maps.event.addListener(marker, 'mouseover', function() {
		    ibLabel = new InfoBox(myOptions);
                    ibLabel.open(map);
});

Is there any difference between simple marker and spiderfier? any field in props that I can filter it with?

benderlidze avatar May 12 '17 18:05 benderlidze