美文网首页
iOS 高德地图当前定位大头针随着地图拖动显示中心点

iOS 高德地图当前定位大头针随着地图拖动显示中心点

作者: J_HX | 来源:发表于2019-11-28 14:24 被阅读0次
  • (void)amapLocationManager:(AMapLocationManager *)manager didUpdateLocation:(CLLocation *)location reGeocode:(AMapLocationReGeocode *)reGeocode {
    self.mapView.centerCoordinate = location.coordinate;
    [self.locationmanger stopUpdatingLocation];
    }
  • (void)mapViewRegionChanged:(MAMapView *)mapView {
    self.pointannotaion.coordinate = mapView.region.center;
    }

相关文章

网友评论

      本文标题:iOS 高德地图当前定位大头针随着地图拖动显示中心点

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