如何在 MKMapView 上仅添加新注释?

发布于 2024-10-09 05:25:19 字数 89 浏览 0 评论 0原文

例如,在 MKMapView 上我有 100 个注释。当我缩小地图时,我只需要更新十个新注释。但系统更新了110条注释。如何在 MKMapView 上仅添加新注释?

On MKMapView i have for example 100 annotations. When i zoom out the map i need to update only ten new annontations. But the system updates 110 annotations. How to add only new annotations on MKMapView ?

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

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

发布评论

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

评论(1

一个人练习一个人 2024-10-16 05:25:19

您是否尝试过 [mapView addAnnotations:additionalAnnotations] ? (其中additionalAnnotations是“新”注释的数组)

Have you tried [mapView addAnnotations:additionalAnnotations] ? (where additionalAnnotations is an array of the 'new' annotations)

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