How to Handle Multiple Pin Annotations at a Single Location

I have an application where at times multiple pins are located at the same lat and long. These show up as a single pin on the map. How can I fix this issue to show all of the pins on the map?

Replies

You sure they're not stacked? How about presenting a custom annotation (MKAnnotationView) instead of the default pin? Your anotation could indcate there are multiple POIs at the same location which may be a clearer indication there's somthing interesting at that locale.


-M