2

I have multiple MKAnnotationViews on a MKMapView. Since all MKAnnotationViews 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!

jkigel
  • 1,592
  • 6
  • 28
  • 49
  • Have you tried putting different pin color to each pin? – Nikos M. Nov 04 '13 at 18:38
  • 1
    @NikosM. They all have the same coordinates, only the very last added annotation will be seen – jkigel Nov 04 '13 at 18:46
  • 1
    Isn't this what you are dealing with? http://stackoverflow.com/questions/16381203/multiple-annotations-mkannotationview-in-the-same-location-coordinates Hope it helps! – FabKremer Nov 04 '13 at 19:21
  • @FabKremer Great Thanks, I've just implemented this and it works great! – jkigel Nov 04 '13 at 19:31

0 Answers0