如何为 MKOverlay 区域显示标注?
我使用了手势识别器和给定覆盖层的boundingRect来确定用户何时点击它。不过,我现在希望在用户点击的覆盖区域上显示标注,就像注释的方式一样。我必须将覆盖层创建为注释才能实现此目的吗?谢谢。
I have used a gesture recognizer and the boundingRect for a given overlay to determine when a user taps on it. However I would now like to make a callout appear over the overlay region that the user taps, just like how it is done for annotations. Must I create the overlays as annotations in order to accomplish this? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您愿意,叠加层也是注释对象。
来自位置感知编程指南 :
Overlays are also annotation objects if you wish.
From the Location Awareness Programming Guide: