当找到当前位置时,Corelocation 会自动丢弃 pin
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您通过 XIB 添加地图视图,则在地图视图属性面板中取消选中
,或者如果您以编程方式添加它,则执行此操作
,但是您必须自己找到位置,然后添加图钉。
If you are adding mapview via XIB then in the map view properties panel uncheck the
or if you are adding it programmatically then do
But then you have to find the location yourself and then add the pin.