I'm trying to work with the new features added to the mapview in ios11.
I'm clustering all my MKAnnotationView with circle collision but I have to check in real time when the annotation becomes clustered.
I have no idea how to do that.
EDIT (4/1/2018) :
More informations : When I select an annotation I add a custom CallOutView when the didSelect method is called and remove the CallOut when the didDeselect method is called.
The issue is when an annotation is selected and becomes clustered, when you zoom in the annotation is still selected but in "normal" state.
I want to remove the CallOut of my selected annotation when it become clustered like the didDeselect method.
Below screenshot to illustrate my issue :
3 - Annotation Zoom In after cluster
I think it's just an issue of comprehension.
Any help would be really appreciated. Thank you in advance