如何使用标注显示多个MKAnnotations?

时间:2011-06-11 06:43:17

标签: iphone ios4 mkmapview mkannotation

我想在标注显示时添加多个MKAnnotations。我搜索了S.O上的几个不同的线程,但找不到办法。有没有人想出如何在标注可见的情况下添加多个引脚?

1 个答案:

答案 0 :(得分:0)

确定!

您应该使用[mapView selectAnnotation:currentAnnotation animated:FALSE]

但请务必将其放入- (void)mapViewDidFinishLoadingMap:(MKMapView *)mapView 委托方法

Trigger MKAnnotationView callout