@googlemaps/markerclustererplus
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@googlemaps/markerclustererplus", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Creates and manages per-zoom-level clusters for large amounts of markers.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -49,2 +49,7 @@ # Google Maps JavaScript MarkerClustererPlus | ||
View the package in action [here](https://googlemaps.github.io/js-markerclustererplus/examples/index.html). | ||
View the package in action: | ||
* [Simple Example](https://googlemaps.github.io/js-markerclustererplus/examples/simple_example.html) | ||
* [Advanced Example](https://googlemaps.github.io/js-markerclustererplus/examples/advanced_example.html) | ||
* [Events Example](https://googlemaps.github.io/js-markerclustererplus/examples/events_example.html) | ||
* [Speed Test Example](https://googlemaps.github.io/js-markerclustererplus/examples/speed_test_example.html) |
734570
55