OverlappingMarkerSpiderfier icon indicating copy to clipboard operation
OverlappingMarkerSpiderfier copied to clipboard

Spiderfy on hover

Open jmaynier opened this issue 10 years ago • 3 comments

Hi,

Is there a way to spiderfy on 'mouseover' and unspiderfy on 'mouseout' instead of click ?

jmaynier avatar Jun 20 '14 08:06 jmaynier

Hello Jmaynier, I'm also looking to trigger the 'spiderfy' method but just on the marker selected with a combobox. Did you find anything for solving your problem or the function to spiderfy the cluster containing a marker?

dlime avatar Jul 10 '14 09:07 dlime

I want to do a similar thing. Spiderfy on 'mouseover' and unspiderfy on zoom change/map move/click. Any comments and hints appreciated.

rigid avatar Jul 14 '14 11:07 rigid

Change this line

listenerRefs = [ge.addListener(marker, 'click', (event) => @spiderListener(marker, event))]

to this

listenerRefs = [ge.addListener(marker, 'mouseover', (event) => @spiderListener(marker, event))]

jonnott avatar Feb 23 '16 16:02 jonnott