neilQ5
neilQ5

Reputation: 189

HERE map Marker Clustering using custom image

Is there anyway I can customize the cluster image and show the numbers in a different way?

I am using the ImageClusterStyle class. But it doesn't show how many items in that cluster.

sample image

Upvotes: 1

Views: 344

Answers (1)

SirBif
SirBif

Reputation: 305

I'm afraid the only option to get that result is to build the image yourself. If you use BasicClusterStyle you get the number of items but not the image and if you use ImageClusterStyle, as you mentioned, you get the image but no number.

I recommend creating a bitmap using a canvas with shapes on top.

Upvotes: 1

Related Questions