MKPinAnnotationView *pin = (MKPinAnnotationView *) [self.mapView dequeueReusableAnnotationViewWithIdentifier: @"asdf"];这样只能添加大头针,不能添加蓝色有放大圈的圆点[mapView setShowsUserLocation:YES]; 还是没有显示蓝色放大圈的圆点有什么办法可以同时添加大头针和蓝色放大圈的圆点在地图上