ピンに触れずに 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]]) {
}
}