teepusink
teepusink

Reputation: 28882

MapKit - drawing lines between 2 pins

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

Thanks,
Tee

Upvotes: 0

Views: 430

Answers (1)

Noah Witherspoon
Noah Witherspoon

Reputation: 57149

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

Upvotes: 1

Related Questions