I'm trying to create turn-by-turn directions, and I want to create a follow effect. To do that I want the map camera heading to be pointed towards the next coordinate on the map. How would I find the heading from the user location to the next coordinate in MapKit with Swift?
Get heading towards a coordinate in MapKit
Add a Comment