I am having a hard time figuring out how to let users select more than one annotation on a map at a time. My annotationViews do not show callouts, but the annotationView's image does change when selected. Is there an easy way to enable this behavior?
To clarify, I need all of the annotations that are selected to remain in a 'selected' array (not just have a visual indicator that they are selected) that can have actions performed on them as a group (for example, the user could delete all of the selected annotations at once).
Another way of stating it might be that I need to have the annotations actually be recognized as being selected, not just have that appearance.