【发布时间】:2012-06-07 13:39:17
【问题描述】:
我使用removeAnnotations 从mapView 中删除我的注释,但同样删除用户位置ann。我该如何防止这种情况发生,或者如何让用户 ann 重新查看?
NSArray *annotationsOnMap = mapView.annotations;
[mapView removeAnnotations:annotationsOnMap];
【问题讨论】:
标签: ios xcode mkmapview mkannotation userlocation