Wrapper of js-marker-clusterer for node usage from the original https://github.com/googlemaps/js-marker-clusterer
npm install node-js-marker-clustererNode Marker Clusterer
==============
A Google Maps JavaScript API v3 library to create and manage per-zoom-level clusters for large amounts of markers.
Converted to commonJS format to be used with browserify and added additional unit test to ensure the constructor gets instantiated and contains the original public methods.
npm install node-js-marker-clusterer`Usage
`var MarkerClusterer = require('node-js-marker-clusterer');``var mc = new MarkerClusterer(map, markers);``