BaiduLoc_IOSSDK_v2.0.6_Docs  2.0.6
构造函数 | 属性 | 所有成员列表
BMKLocation类 参考

描述百度iOS 定位数据 更多...

#import <BMKLocation.h>

类 BMKLocation 继承关系图:

构造函数

(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 定位数据

函数文档

◆ initWithLocation:floorString:buildingID:buildingName:extraInfo:withRgcData:

- (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

参数
locationCLLocation
floorString楼层字符串
buildingID建筑物ID
buildingName建筑物名称
info位置附加信息
返回
BMKLocation id

◆ initWithLocation:withRgcData:

- (id _Nonnull) initWithLocation: (CLLocation *_Nullable)  loc
withRgcData: (BMKLocationReGeocode *_Nullable)  rgc 

初始化BMKLocation实例

参数
locCLLocation对象
rgcBMKLocationReGeocode对象
返回
BMKLocation id

属性说明

◆ buildingID

- (NSString*) buildingID
readnonatomiccopy

◆ buildingName

- (NSString*) buildingName
readnonatomiccopy

◆ extraInfo

- (NSDictionary*) extraInfo
readnonatomiccopy

◆ floorString

- (NSString*) floorString
readnonatomiccopy

◆ location

- (CLLocation* _Nullable) location
readnonatomiccopy

BMKLocation 位置数据

◆ locationID

- (NSString* _Nullable) locationID
readwritenonatomicretain

BMKLocation 位置ID

◆ mockProbability

- (BMKMockLocationProbability) mockProbability
readwritenonatomicassign

BMKLocation 位置作弊概率

◆ provider

- (BMKLocationProvider) provider
readwritenonatomicassign

BMKLocation 位置来源

◆ rgcData

- (BMKLocationReGeocode* _Nullable) rgcData
readwritenonatomiccopy

BMKLocation 地址数据


该类的文档由以下文件生成: