I have multiple MKAnnotationView
s on a MKMapView
.
Since all MKAnnotationView
s have the same coordinates the user can't see them separately on the map and they all look like a single annotation.
How can I organise them on the map that they all be seen?
Thanks!