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:

But when clustered, I want it to turn into:

Rather than:

My markers and clusters are stored in the MapView's GraphicsOverlays list.
Thanks in advance