I'm using MapKit in my project and everything works perfectly.
However, I've noticed an issue, annotations may appear over one another, if the longitude and latitude are the same which is understandable. However, as a result, this renders some annotations unaccessible to the user to tap and read more information, as they overlap one another, so my question is - is there a way I can ensure that even if the long & lat are the exact same annotations can be spaced out or avoid the overlapping?
I've even zoomed in and they're directly above one another.