tags:

views:

40

answers:

1

Hi,

How can I draw lines between 2 pins on the MapView?

Thanks,
Tee

A: 

Take a look at the MKPolyline class. You can add it to a map view with the MKMapView method -addOverlay:.

Noah Witherspoon