Hi,
How can I draw lines between 2 pins on the MapView?
Thanks,
Tee
Hi,
How can I draw lines between 2 pins on the MapView?
Thanks,
Tee
Take a look at the MKPolyline
class. You can add it to a map view with the MKMapView
method -addOverlay:
.