iPhone - 所有用户的MapKit点位置
我需要创建一个应用程序,该应用程序将使用 MapKit 框架来指向当前用户位置以及在其设备上安装该应用程序的其他用户的位置。
最好的方法是什么?
谢谢。
I need to create an application that will use MapKit framework to point the current user position and the position of other users that installed the app on their device.
What is the best way to do this?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用位置服务推送(到网络服务或其他云数据库)设备的当前位置,然后让应用程序从另一个服务中提取。
You will need to push (to a web service or other cloud database) the current position of the device using location services, then have the app pull from another service.