使用 MKMapKit 查找两点之间的距离
我正在尝试使用 iPhone OS 3.2 查找 MKMapView 上两点之间的欧几里得距离(以米为单位)。问题是我有这些纬度和经度坐标,这在数学上为我提供了足够的数据来找到距离,但这需要一些棘手的三角学。有没有更简单的解决方案?
谢谢!
I'm attempting to find the euclidean distance in meters between two points on an MKMapView using iPhone OS 3.2. The problem is that I have these coordinates in terms of latitude and longitude, which, mathematically provides me enough data to find the distance, but it's going to take some tricky trigonometry. Is there any simpler solution?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CLLocation
有一个方法可以为您计算距离:API 文档 此处。
CLLocation
has a method to calculate the distance for you:API docs here.