MapKit 以编程方式更改用户位置
我正在尝试制作一个慢跑应用程序来跟踪用户跑步的位置。它将在用户正在跑步的地图上画一条线。我的问题是如何测试这样的应用程序。无论如何,我是否可以动态更改用户位置,从而触发 didUpdateUserLocation 委托方法?
I am trying to make a jogging app which will track where the user ran. It will draw a line on the map where the user is running. My problem is that how to test such an app. Is there anyway I can dynamically change the user location which will fire the didUpdateUserLocation delegate method?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
iOS 模拟器在当前测试版中支持该功能。您甚至可以模拟动态更新的位置。
The iOS Simulator supports that feature in the current beta version. You can even simulate a dynamically updating location.