MarkerClustererPlus
This is an enhanced version of the MarkerClusterer library for managing large amounts of markers. It adds support for several new properties as well as support for four more events. It also allows greater control over the styling of the text that appears on the cluster marker. The documentation has been significantly improved and the overall code has been simplified and polished. Very large numbers of markers can now be managed without causing Javascript timeout errors on Internet Explorer. It is backward compatible with MarkerClusterer.
This is git version of the google svn repo.
Installation
Install with bower.
bower install gmaps-markerclusterer-plus --save
Additional Features
- hideLabel option - removes numbers on the clusters
- Ensure cluster click action causes an increase in the zoom level
- maxZoomOnClick option - the maxZoom option affects the click action of the clusters, this option allows us to make that independant. Defaults to maxZoom
- Allow the zoomOnClick option to be a function. Return true or false from that function to enable/disabled the default action
- Image path is optional