Figuring out distance and course between two coordinates
问题 I have 2 coordinates and would like to do something seemingly straightforward. I want to figure out, given: 1) Coordinate A 2) Course provided by Core Location 3) Coordinate B the following: 1) Distance between A and B (can currently be done using distanceFromLocation) so ok on that one. 2) The course that should be taken to get from A to B (different from course currently traveling) Is there a simple way to accomplish this, any third party or built in API? Apple doesn't seem to provide this