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 775 forks source link

redraw() not working with marker.setVisible(false) #53

Open thdoan opened 8 years ago

thdoan commented 8 years ago

When a marker is hidden using marker.setVisible(false), the redraw() method should reflect this and update the clusters accordingly.

maechler commented 8 years ago

https://github.com/googlemaps/js-marker-clusterer/pull/68 could probably solve that.