I have a MKMapView with several annotations and 3 of them are very close to each other.
I used mapView.showAnnotations(mapView.annotations, animated: false) to display all annotations on the same region at launch but one of the 3 is hidden because it's too close.
I looked into Apple's Documentation but couldn't find a way to prevent this from happening, any idea how to prevent annotations grouping?
(I've never seen this before, maybe it's a iOS 11 feature)