I would like to remove all annotations from my mapview without the blue dot of my position. When I call:
[mapView removeAnnotations:mapView.annotations]; >
shortest way to clean all annotations and preserving MKUserLocation class annotation
[self.mapView removeAnnotations:self.mapView.annotations];