iOS 高德地图回到指定位置
2019-04-16 本文已影响0人
张天奇天张
@property (nonatomic, strong) UIButton *gpsButton;
if(self.mapView.userLocation.updating && self.mapView.userLocation.location) {
[self.mapView setCenterCoordinate:self.mapView.userLocation.location.coordinate animated:YES];
[self.gpsButton setSelected:YES];
}