一旦地图以单点触控方式加载,是否可以显示注释?

发布于 2024-09-30 22:27:37 字数 103 浏览 3 评论 0原文

我已将地图设置为在加载地图时加载 MKAnnotation,但它只会显示图钉,而不显示我在注释内设置的文本。是否有一个假事件我可以打电话让它立即显示,甚至是一个财产?

I've set up the map to load an MKAnnotation when the map loads, but it will only show the pin, and not the text that I've set up inside the annotation. Is there a fake event I can call to make it show at once, or even a property?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

鹿童谣 2024-10-07 22:27:37

MKAnnotation 上的 title 属性仅用于标注。当您希望显示 MKMapView 对象时,您应该调用 SelectAnnotation。

The title property on the MKAnnotation is only used for callouts. You should call SelectAnnotation on the MKMapView object when you want it to be displayed.

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