BaiduMap_IOSSDK_v6.5.2_Docs  6.5.2
属性 | 所有成员列表
BMKUserLocation类 参考

#import <BMKUserLocation.h>

类 BMKUserLocation 继承关系图:

属性

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

属性说明

◆ heading

- (CLHeading*) heading
readwritenonatomicstrong

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

◆ location

- (CLLocation*) location
readwritenonatomicstrong

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

◆ subtitle

- (NSString*) subtitle
readwritenonatomiccopy

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

◆ title

- (NSString*) title
readwritenonatomiccopy

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

◆ updating

- (BOOL) updating
readwritenonatomicassign

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


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