BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
载入中...
搜索中...
未找到
属性 | 所有成员列表
BMKUserLocation类 参考

#include <BMKUserLocation.h>

类 BMKUserLocation 继承关系图:

属性

BOOL updating
 位置更新状态,如果正在更新位置信息,则该值为YES
 
CLLocation * location
 位置信息,尚未定位成功,则该值为nil
 
CLHeading * heading
 heading信息,尚未定位成功,则该值为nil
 
NSString * buildingId
 室内Building ID
 
NSString * floorId
 室内楼层
 
NSString * title
 定位标注点要显示的标题信息
 
NSString * subtitle
 定位标注点要显示的子标题信息
 

属性说明

◆ buildingId

- (NSString*) buildingId
readwritenonatomiccopy

室内Building ID

◆ floorId

- (NSString*) floorId
readwritenonatomiccopy

室内楼层

◆ heading

- (CLHeading*) heading
readwritenonatomicstrong

heading信息,尚未定位成功,则该值为nil

◆ location

- (CLLocation*) location
readwritenonatomicstrong

位置信息,尚未定位成功,则该值为nil

◆ subtitle

- (NSString*) subtitle
readwritenonatomiccopy

定位标注点要显示的子标题信息

◆ title

- (NSString*) title
readwritenonatomiccopy

定位标注点要显示的标题信息

◆ updating

- (BOOL) updating
readwritenonatomicassign

位置更新状态,如果正在更新位置信息,则该值为YES


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