一旦地图以单点触控方式加载,是否可以显示注释?
我已将地图设置为在加载地图时加载 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.