killlllme / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

MarkerClusterer fire custom event after clusters have been created #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
MarkerClusterer can be bogged down with rendering thousands of markers (IE or 
slow CPU).

I want to display a status notification (spinner graphic) while the map is 
being refreshed. The clusterer's redraw function is called on idle and I can't 
detect when it's finished doing it's thing. If the createClusters_ function was 
to trigger a "clusters:redrawn" event then I could pick up on this.

Or maybe someone has another way to achieve this.

Original issue reported on code.google.com by rankerss...@gmail.com on 23 Apr 2011 at 4:19

GoogleCodeExporter commented 9 years ago
This should be fixed in MarkerClustererPlus:

http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclustererplu
s/2.0/

Original comment by garylitt...@gmail.com on 20 Jul 2011 at 11:25