MKOverlayView usage Sample Code

1.4k Views Asked by At

I would like to make an app to track running routes (real-time) on a map. I think I have to use CoreLocation(GPS) and MKOverlayView (to draw routes on map).

But I couldn't find appropriate sample code on the internet.

Is there any good sample code?

1

There are 1 best solutions below

0
On BEST ANSWER

I used this tutorial for drawing the path in my app. The author explained very clearly. Hope this help.

This is new link