开发者

iphone programming objective-c : draw destination on mkmap

开发者 https://www.devze.com 2023-02-28 02:33 出处:网络
i 开发者_运维技巧have an application that show the user location and put MKAnnotation each 5 minutes on the map. It is possible to link all the placemarks with a line?

i 开发者_运维技巧have an application that show the user location and put MKAnnotation each 5 minutes on the map. It is possible to link all the placemarks with a line?

Thanks


Yes, you have to save all the points and draw a MKPolyline on the map overlay. here is a sample project that does that: Drawing polyines or routes on a MKMapView in iOS4.

0

精彩评论

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