百度定位SDK for iOS v1.2 类参考
|
描述百度iOS 定位数据 更多...
#import <BMKLocation.h>
构造函数 | |
(id _Nonnull) | - initWithLocation:withRgcData: |
初始化BMKLocation实例 更多... | |
属性 | |
CLLocation *_Nullable | location |
BMKLocation 位置数据 | |
BMKLocationReGeocode *_Nullable | rgcData |
BMKLocation 地址数据 | |
BMKLocationProvider | provider |
BMKLocation 位置来源 | |
NSString *_Nullable | locationID |
BMKLocation 位置ID. | |
描述百度iOS 定位数据
- (id _Nonnull) initWithLocation: | (CLLocation *_Nullable) | loc | |
withRgcData: | (BMKLocationReGeocode *_Nullable) | rgc | |