应用程序中地图上的 GPS 位置
我有一个显示地图的应用程序。我需要显示用户的当前位置并设法使用
[mapView setShowsLocation:YES];
来做到这一点,但是当我放大或缩小地图时,它需要很多时间才能再次向我显示蓝色图钉。
这是正常的还是我需要放置其他东西来使蓝色图钉始终保持在屏幕上???
谢谢。
I have one application that shows maps. I need to show current position of user and manage to do that with
[mapView setShowsLocation:YES];
But when I zoom In or zoom Out map it needs a lot of time to show me that blue pin again.
Is it normal or I need to put something else to keep that blue pin on screen all time???
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以在视图中使用这个方法
You can use this in view will appear Method