Arrow Direction Arrow in a Polyline in MKMapView

I want to draw a polyline with an arrow. I understand that this is not yet included in Mapkit.

I tried creating a custom MKOverlayPathRenderer and overriding drawMapRect, but I'm a bit confused about how to do this.

Is there any way to achieve my goal?

Here is an example of what I'm trying to do

enter image description here

+6
source share

All Articles