当找到当前位置时,Corelocation 会自动丢弃 pin

发布于 2024-10-08 06:40:19 字数 120 浏览 1 评论 0原文

我正在使用 CoreLocation 制作地图视图。 我现在面临的问题是,每当我找到一个位置。 它有时会跳回到我当前的位置。 我还没有彻底测试这个错误,但是可以将其关闭吗? 所以我可以自己添加引脚吗?

提前致谢

I am making a map view with CoreLocation.
the problem I'm facing right now is that whenever I found a location.
It sometimes pops back to my current Location.
i haven't tested this bug thoroughly but is it possible to turn this off?
so I can add the pin myself?

Thanks in advance

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

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

发布评论

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

评论(1

怀念你的温柔 2024-10-15 06:40:19

如果您通过 XIB 添加地图视图,则在地图视图属性面板中取消选中

显示用户位置

,或者如果您以编程方式添加它,则执行此操作

[mapView setShowsUserLocation:NO];

,但是您必须自己找到位置,然后添加图钉。

If you are adding mapview via XIB then in the map view properties panel uncheck the

Shows User Location

or if you are adding it programmatically then do

[mapView setShowsUserLocation:NO];

But then you have to find the location yourself and then add the pin.

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