This is git port of the markerclustererplus library from google-maps-utility-library-v3.
Changes from the imported version 2.1.2.
- minClusterZoom option: sets the minimum number of markers in the cluster that will stop further zooming when the cluster is clicked.
- divClassName option: when set will add a class name for the div that holds the cluster icon. Currently this is only used as a tag for e2e testing, e.g. to allow selenium to find the clusters in a map.
- workaround for cluster not zooming when clicked, after fitBounds() is called.
To build a minified version of the library using uglify: (requires node.js)
$ npm install
$ npm run build