Map Annotation Remove and set title

Remove annotation and add new annotation in mapview;

[self.mapView removeAnnotations:[_mapView annotations]];

Map annotation title:

[annotation setTitle:[NSString StringWithFormat:"%@",text];


Previous
Next Post »