js-markerclusterer
js-markerclusterer copied to clipboard
Create and manage clusters for large amounts of markers
It would be benefical to have a `` component. Need to consider if a prop of markers would be better or a child `` components.
Looks like the markerclusterer misses maxZoom option. It is there in the comments. But no footprint in the code. https://github.com/googlemaps/js-markerclusterer/blob/ba991e3e5654cea7bee8c828aaa5c30e2f308574/src/markerclusterer.ts#L74
Hi, I had read your note. I have a problem when I used both @googlemaps/markerclusterer and nuxt 3, and I don't know where the error comes from. When I write...
In the migration section, the package name was misspelled. Thank you for opening a Pull Request! --- Before submitting your PR, there are a few things you can do to...
When zooming out around when you can see two continents, the markers disapperas for the three algorithms GridAlgorithm, KmeansAlgorithm and DBScanAlgorithm. This can easily be seen in the algorithm demo....
Hello @jpoehnelt, Is there a reason why 2 months ago (#60, src/algorithms/supercluster.ts:96), you switched the bounding box for getClusterer() in the SuperClusterer algorithm from a dynamic `[west, south, east, north]`...
https://codesandbox.io/s/competent-newton-v1mpo 50,000 markers out of memory browser crash click on two clusters click drag right page becomes unresponsive in both chrome & firefox  https://user-images.githubusercontent.com/93934884/149842572-18ffd839-8ba7-4d6d-8e29-11994d80e641.mp4
First issue is I'm not sure how I can set the zoomOnClick, gridSize, etc in the new version. I am able to get my markers to show though on the...
Hi, I'm currently building an interactive map with markers. So my code is adding a map with various markers, then adding a clustering and everything is working fine. Issue is...
Currently `idleListener` is a `protected` property, so markerclusterer instances _always_ call `render()` on map `idle` events whenever attached to a map. However sometimes this behavior isn't desirable. With large datasets...