diff --git a/src/markerclusterer.js b/src/markerclusterer.js index 554fcec..e8836ea 100755 --- a/src/markerclusterer.js +++ b/src/markerclusterer.js @@ -708,6 +708,7 @@ MarkerClusterer.prototype.repaint = function() { */ MarkerClusterer.prototype.redraw = function() { this.createClusters_(); + google.maps.event.trigger(this.map_, 'clusters_redrawn', this.clusters_); };