Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以通过拨打电话找到到另一个位置的距离[CLLocation distanceFromLocation:]。是否有相应的方法可以找到从一个位置到另一个位置的航向?还是我必须自己编写三角函数?
[CLLocation distanceFromLocation:]
显然,答案是“不”。