You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Algorithm Comparisons](https://googlemaps.github.io/js-markerclusterer/public/algorithms) - This example demonstrates the different algorithms. Please note that spacing and many other options can be changed for each algorithm.
71
+
To run the examples:
72
+
- Install dependencies: ```npm install```
73
+
- Start the development server in the root folder: ```npm run dev```
74
+
- Navigate to [http://localhost:8080/](http://localhost:8080/) in your web browser.
75
+
- Provide a valid Google Maps Platform API key.
74
76
77
+
Examples details:
75
78
79
+
-[Algorithm Comparisons](https://googlemaps.github.io/js-markerclusterer/public/algorithms) - This example demonstrates the different algorithms. Please note that spacing and many other options can be changed for each algorithm.
76
80
77
81
-[Renderer Usage](https://googlemaps.github.io/js-markerclusterer/public/renderers) - This example demonstrates different renderers similar to the image below.
0 commit comments