tags:

views:

60

answers:

1

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?

+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