开发者

MapKit - drawing lines between 2 pins

开发者 https://www.devze.com 2023-01-10 09:28 出处:网络
开发者_开发百科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,

Tee


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

0

精彩评论

暂无评论...
验证码 换一张
取 消