I need to draw the current user annotation (the blue dot) on top of all other annotations. Right now it is getting drawn underneath my other annotations and getting hidden.
Another solution: setup annotation view layer's zPosition (annotationView.layer.zPosition) in:
annotationView.layer.zPosition
- (void)mapView:(MKMapView *)mapView didAddAnnotationViews:(NSArray *)views;