|
BaiduLoc_IOSSDK_v2.0.6_Docs
2.0.6
|
描述百度iOS 定位数据 更多...
#import <BMKLocation.h>
构造函数 | |
| (id _Nonnull) | - initWithLocation:withRgcData: |
| 初始化BMKLocation实例 更多... | |
| (id _Nonnull) | - initWithLocation:floorString:buildingID:buildingName:extraInfo:withRgcData: |
| 构造BMKLocation 更多... | |
属性 | |
| CLLocation *_Nullable | location |
| BMKLocation 位置数据 更多... | |
| BMKLocationReGeocode *_Nullable | rgcData |
| BMKLocation 地址数据 更多... | |
| BMKLocationProvider | provider |
| BMKLocation 位置来源 更多... | |
| NSString *_Nullable | locationID |
| BMKLocation 位置ID 更多... | |
| BMKMockLocationProbability | mockProbability |
| BMKLocation 位置作弊概率 更多... | |
| NSString * | floorString |
| NSString * | buildingID |
| NSString * | buildingName |
| NSDictionary * | extraInfo |
描述百度iOS 定位数据
| - (id _Nonnull) initWithLocation: | (CLLocation *_Nullable) | location | |
| floorString: | (NSString *_Nullable) | floorString | |
| buildingID: | (NSString *_Nullable) | buildingID | |
| buildingName: | (NSString *_Nullable) | buildingName | |
| extraInfo: | (NSDictionary *_Nullable) | info | |
| withRgcData: | (BMKLocationReGeocode *_Nullable) | rgc | |
构造BMKLocation
| location | CLLocation |
| floorString | 楼层字符串 |
| buildingID | 建筑物ID |
| buildingName | 建筑物名称 |
| info | 位置附加信息 |
| - (id _Nonnull) initWithLocation: | (CLLocation *_Nullable) | loc | |
| withRgcData: | (BMKLocationReGeocode *_Nullable) | rgc | |
|
readnonatomiccopy |
|
readnonatomiccopy |
|
readnonatomiccopy |
|
readnonatomiccopy |
|
readnonatomiccopy |
BMKLocation 位置数据
|
readwritenonatomicretain |
BMKLocation 位置ID
|
readwritenonatomicassign |
BMKLocation 位置作弊概率
|
readwritenonatomicassign |
BMKLocation 位置来源
|
readwritenonatomiccopy |
BMKLocation 地址数据