-
Notifications
You must be signed in to change notification settings - Fork 768
"mouseover" and "mouseout" events #112
Comments
I'm a bit late, but if you still wonder about this, here's how it works: var markerCluster = new MarkerClusterer(
map,
markers,
{
imagePath: '../images/m',
onMouseoverCluster: function (clusterIcon, event) { alert('mouse over'); },
onMouseoutCluster: function (clusterIcon, event) { alert('mouse out'); }
}
); You probably have more luck posting such questions in our fork as this repo isn't maintained anymore: https://github.com/gmaps-marker-clusterer/gmaps-marker-clusterer |
Thanks - in the meantime I created a fork and would definitely prefer a maintained solution. Will take a look at your suggestion. |
Let me know if there's anything I can do to get you on board of our fork, it would be great if the community would work together on a single fork! |
Will let you know - is your fork available as npm or athmosphere package? |
Are "mouseover" and "mouseout" events supported for js-marker-clusterer? Cant find any documentation re supported events.
Thx a lot for any hints?
The text was updated successfully, but these errors were encountered: