Reputation: 28882
How can I draw lines between 2 pins on the MapView?
Thanks, Tee
Upvotes: 0
Views: 430
Reputation: 57149
Take a look at the MKPolyline class. You can add it to a map view with the MKMapView method -addOverlay:.
MKPolyline
MKMapView
-addOverlay:
Upvotes: 1