How to display two annotations with the same coordinates on the map?

I have two annotations with the same coordinates. And I have to display them on the map. When I add these annotations on the map, I see only one conclusion. How can I display two annotations instead of one? Or how can I display a list of annotations by clicking on a contact? Can anybody help me? Thanks in advance. Igor

+3
source share
1 answer

When you try to display multiple annotations in the same coordinate on the map using MapKit, in general, two different contacts will actually be placed, but they will be in the same place. However, you can compare the difference in shadow strength to see the difference; look at one pin shadow, then look at the double pin shadow, and you will see that the latter look darker.

, , . title subtitle (, subtitle @"(and two more)" ). , , ( ) .

+1

All Articles