googlearchive / js-marker-clusterer

A marker clustering library for the Google Maps JavaScript API v3.
https://googlemaps.github.io/js-marker-clusterer/docs/reference.html
Apache License 2.0
1.28k stars 773 forks source link

stopPropagation #45

Open cartog73 opened 8 years ago

cartog73 commented 8 years ago

Thanks for the plugin. It's great! It seems, however, that your click event does not have a stopPropagation() function. In my implementation I need to stop propagation on the clusterclick event. I wound up modifying your code to always stopPropagation based on a suggestion in stack overflow:

http://stackoverflow.com/questions/2881150/google-map-api-v3-event-click-raise-when-clickingmarkerclusterer @satyrFrost .

It would be great if you could implement a stopPropagation() method if there is enough demand.

Thanks