14
ich versuche, eine AnnotationView zu verstecken, ohne den Pin zu berühren, ist das möglich? Danke!Wie MKAnnotationView Callout ausblenden?
for (id currentAnnotation in self.mapView.annotations) {
if ([currentAnnotation isKindOfClass:[MyAnnotation class]]) {
}
}