发布于 2022-11-29 12:41:34
感谢@mrupsidown的帮助!设置自定义maxZoom的正确方法是更改算法:
const algorithm = new SuperClusterAlgorithm({ maxZoom: 12 })
new MarkerClusterer({map, markers, algorithm, renderer, onClusterClick});https://stackoverflow.com/questions/74405257
复制相似问题