开发者_开发百科How can I draw lines between 2 pins on the MapView?
Thanks,
TeeTake a look at the MKPolyline
class. You can add it to a map view with the MKMapView
method -addOverlay:
.
开发者_开发百科How can I draw lines between 2 pins on the MapView?
Thanks,
TeeTake a look at the MKPolyline
class. You can add it to a map view with the MKMapView
method -addOverlay:
.
精彩评论