Reputation: 189
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.
Upvotes: 1
Views: 344
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