applidium / ADClusterMapView

MKMapView with clustering
http://applidium.github.io/ADClusterMapView/
Other
658 stars 129 forks source link

Enhancement Request: SelectedAnnotations #42

Closed malandr2 closed 10 years ago

malandr2 commented 10 years ago

Hi, I'd like to ask if this is possible, we are facing an issue when using 'selectedAnnotations' in ADClusterMapView it returns ADClusterAnnotation instances instead of the desired NSArray of original annotations that normally happens with MKMapView. In the case with ADClusterMapView, the app immediately crashes.

Example (from my debugger code): po [[self.mapView selectedAnnotations] firstObject]; returns ADClusterAnnotation