如何设置 mkmapview 以显示距我当前位置 100 米范围内的 POIS?

发布于 2024-08-15 14:07:17 字数 59 浏览 3 评论 0原文

我的应用程序中有 200 pois。我想在地图视图中显示 100 米范围内距离用户最近的点。这怎么可能?

i have 200 pois in my app. i want to display the nearest pois to the user within 100 meters range in a mapview. How is this possible?

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

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

发布评论

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

评论(1

日记撕了你也走了 2024-08-22 14:07:17

迭代注释集合,并使用 CLLocation 的 distanceFromLocation 方法来确定它们距设备位置的距离。如果它们在范围内,只需添加它们即可。

Iterate over the collection of annotations, and use the distanceFromLocation method of CLLocation to establish how far they are from the device position. If they are within range simply add them.

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