I have two locations. A current location (=visible) and a target location where the user may want to go to. could I make a line from my current location to the target location? as far as I get it, I can only create annotations. But maybe there's a way to just draw in there?
views:
60answers:
1
+2
A:
I believe you have to create custom class that implements the MKAnnotation protocol.
There is some good sample code on doing this to create routes at The Reluctant Blogger
Brandon Bodnár
2009-12-15 17:25:47