HERE 使用自定义图像映射标记聚类

HERE map Marker Clustering using custom image

我是否可以自定义集群图像并以不同的方式显示数字?

我正在使用 ImageClusterStyle class。但它没有显示该集群中有多少项目。

恐怕获得该结果的唯一选择是自己构建图像。如前所述,如果您使用 BasicClusterStyle you get the number of items but not the image and if you use ImageClusterStyle,您会得到图像但没有数字。

我建议使用 canvas 创建位图,并在顶部放置形状。