Objective C: (NSSet *)annotationsInMapRect:(MKMapRect) mapRect 方法返回 null 值
我正在尝试在我的应用程序中实现以下方法,
NSSet *nearbySet = [self.mapView annotationsInMapRect:self.mapView.visibleMapRect];
我在我的 mapView 中看到有 4 个注释,但是,该方法在集合中返回 0 个值。
如果我在这里错过了什么,有人可以建议吗?
提前致谢。
珍
I am trying to implement the following method in my application
NSSet *nearbySet = [self.mapView annotationsInMapRect:self.mapView.visibleMapRect];
I see in my mapView there are 4 annotations, however, the method returns me 0 values in the set.
Can anyone advise if I have missed out on anything here?
Thanks in advance.
Zhen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
作为“健全性检查”需要检查的三件事:
Three quick things to check as a "sanity check":