如何使用标注显示多个 MKAnnotations?
我想添加多个 MKAnnotations 并显示标注。我在 SO 上搜索了几个不同的线程,但找不到方法。有谁知道如何添加多个引脚且标注可见?
I want to add multiple MKAnnotations with the callout showing. I searched a few different threads on S.O and could not find a way to do it. Has anyone figured out how to add multiple pins with the callout visible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的!
您应该使用
[mapView selectAnnotation:currentAnnotationAnimated:FALSE]
但请务必将其放在
- (void)mapViewDidFinishLoadingMap:(MKMapView *)mapView
委托方法
触发 MKAnnotationView 标注
Ok!
You should use
[mapView selectAnnotation:currentAnnotation animated:FALSE]
But be sure to place this in the
- (void)mapViewDidFinishLoadingMap:(MKMapView *)mapView
delegate method
Trigger MKAnnotationView callout