14
J'essaie de cacher une AnnotationView sans toucher la broche, est-ce possible? Merci!Comment masquer la légende MKAnnotationView?
for (id currentAnnotation in self.mapView.annotations) {
if ([currentAnnotation isKindOfClass:[MyAnnotation class]]) {
}
}