I want to select all the annotations on my map so the annotations callout is shown. Right now I can only select one by doing:
map.selectAnnotation(annotation, animated: true)
How do I select all of them?
I want to select all the annotations on my map so the annotations callout is shown. Right now I can only select one by doing:
map.selectAnnotation(annotation, animated: true)
How do I select all of them?