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

发布于 2024-11-14 17:46:18 字数 77 浏览 3 评论 0原文

我想添加多个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

童话里做英雄 2024-11-21 17:46:18

好的!

您应该使用 [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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文