googlearchive/js-marker-clusterer

Event clusteringend not working

strech345 opened this issue · 1 comments

ive updeted to newst version and now the event
google.maps.event.addListener(this.markerCluster, 'clusteringend', function () {

is not working. In my old 2.0.9 [February 20, 2012] it is working.

I confirmed this event (clusteringend) is not in the source code.

I was able to get it to work by adding this line:
google.maps.event.trigger(this, "clusteringend", this);

to the last line of MarkerClusterer.prototype.createClusters_