开发者

adding ovelay on a map(objective c)

开发者 https://www.devze.com 2023-01-06 12:05 出处:网络
How to add ove开发者_JAVA技巧rlay on a map in objective c? (has any body tried it in iphone os 4.0)?here is a good article on using the MKPolyline overlay to add a route type annotation to your map. I

How to add ove开发者_JAVA技巧rlay on a map in objective c? (has any body tried it in iphone os 4.0)?


here is a good article on using the MKPolyline overlay to add a route type annotation to your map. It should give you an idea how to add any of the other overlays. just implement the

- (MKOverlayView *)mapView:(MKMapView *)mapView viewForOverlay:(id )overlay

on your map delegate and give it the type of overlay your are drawing.

0

精彩评论

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

关注公众号