我正在尝试隐藏 AnnotationView 而无需触摸引脚,这可能吗?谢谢!
for (id currentAnnotation in self.mapView.annotations) {
if ([currentAnnotation isKindOfClass:[MyAnnotation class]]) {
}
}
我正在尝试隐藏 AnnotationView 而无需触摸引脚,这可能吗?谢谢!
for (id currentAnnotation in self.mapView.annotations) {
if ([currentAnnotation isKindOfClass:[MyAnnotation class]]) {
}
}