Here is basically what I am trying to do:
1) Draw some routes on a map (Simple enough using MKPolyline and MKPolylineRenderer)
2) Label the routes (preferably repeat the label if there is room along the route)
- Set Font of Text
- Have Text follow the polyline's curves
I know the answer involves extending a class, but I'm not sure as to whether its MKPolyline or MKPolylineRenderer nor which method to handle it in.