Issue
Possible Duplicate:
Removing First Annotation-MapView iOS
I am working on mapview project. I have question to remove annotation from mapview. Total annotation point would be 5. How could I remove first annotation from my mapView.
Solution
I think I have got my answer,
[mapView removeAnnotation:[self.mapView.annotations objectAtIndex:0]];
Answered By - user1724168
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.