I have some markers with labels attached to them and I am trying to hide their labels when they get clustered.
When the cluster explodes (disables automatically because of zooming in) I need to see the labels like so:
Kaju_0-1760958566981.png
But when clustered, I want it to turn into:
Kaju_3-1760958696700.png
Rather than:
Kaju_2-1760958616108.png
My markers and clusters are stored in the MapView's GraphicsOverlays list.
Thanks in advance