百度地图当前位置 变化回调方法(oc)

- (void)didUpdateUserHeading:(BMKUserLocation *)userLocation

{

    [_mapView updateLocationData:userLocation];

    NSLog(@"heading is %@",userLocation.heading);

}

猜你喜欢

转载自blog.csdn.net/u011397539/article/details/82382682