js-markerclusterer icon indicating copy to clipboard operation
js-markerclusterer copied to clipboard

No implementation for maxZoom

Open VishnAndr opened this issue 3 years ago • 1 comments

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

VishnAndr avatar Jun 21 '22 08:06 VishnAndr

This is how I have it working: const algo = new markerClusterer.SuperClusterAlgorithm({maxZoom: 12, minPoints: 10}) this.markerClusterer = new markerClusterer.MarkerClusterer({map: this.gMap, markers: [], algorithm: algo});

hknaksu avatar Jul 23 '22 05:07 hknaksu

:tada: This issue has been resolved in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

googlemaps-bot avatar May 17 '23 23:05 googlemaps-bot