How do I r开发者_运维知识库emove all overlays on mapkit?
Try
[mapView removeOverlays: mapView.overlays];
[mapView removeOverlays:[mapView overlays]];
How do I r开发者_运维知识库emove all overlays on mapkit?
Try
[mapView removeOverlays: mapView.overlays];
[mapView removeOverlays:[mapView overlays]];
精彩评论