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
网友评论