xieziyu / ngx-amap

angular 2+ component for AMap (Gaode map)
https://xieziyu.github.io/ngx-amap
MIT License
148 stars 42 forks source link

请问如何自定义MarkerCluster义点聚合数量逻辑? #77

Open limthengwai opened 3 years ago

limthengwai commented 3 years ago

大家好,我注意到MarkerCluster的数量点聚合逻辑是在于:

0-10会采用第一个icon, 11-100会采用第二个icon

请问有相应的办法可以让我们自定义点聚合逻辑吗?

比如说: 0-100 会采用第一个icon, 101-500 会采用第二个icon

我们已试过renderClusterMarker但是失败了。

请问大家有其他办法或高见吗?

多谢多谢 :)