如何从用户位置获取坐标?
如何从mapView.userLocation
获取纬度和经度?
我需要它来获取 userLocation 和地图上另一个点之间的距离。
我希望你能帮助我并提前谢谢你!
How can I get the latitude and longtitude from mapView.userLocation
?
I need that to get the distance between userLocation and another point on the map.
I hope you can help me and thank you beforehand!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
CLLocation
中提供的方法:- (CLLocationDistance)getDistanceFrom:(const CLLocation *)location
Use the method provided in
CLLocation
:- (CLLocationDistance)getDistanceFrom:(const CLLocation *)location