I want to draw a polyline with the arrow direction. I understand that is not already include in the Mapkit.
I tried to create a custom MKOverlayPathRenderer and override the drawMapRect but I'm a bit confused on how to do this.
Is there any way to achieve my goal?
Here an example of what I'm trying to do