**@ng-maps/marker-clusterer** is a wrapper around [MarkerClusterer](https://github.com/googlemaps/js-markerclusterer)
npm install @ng-maps/marker-clusterer@ng-maps/marker-clusterer is a wrapper around MarkerClusterer
- Npm: npm install @ng-maps/marker-clusterer
- Yarn: yarn add @ng-maps/marker-clusterer
Add NgMapsMarkerClustererModule to your _AppModule_
Add marker clusterer component around markers
``angular2html``
The only options that can be passed to the marker clusterer are the renderer and algorithm. You might want to check their documentation: https://googlemaps.github.io/js-markerclusterer/
Other features are provided in submodules. Find out more on the project page at github