美文网首页
iOS 高德地图回到指定位置

iOS 高德地图回到指定位置

作者: 张天奇天张 | 来源:发表于2019-04-16 13:48 被阅读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];

}

相关文章

网友评论

      本文标题:iOS 高德地图回到指定位置

      本文链接:https://www.haomeiwen.com/subject/wohbwqtx.html