iOS高德地图SDK(2D)  v5.6.0
MAUserLocation Class Reference

定位信息类 More...

#import <MAUserLocation.h>

Inheritance diagram for MAUserLocation:

Properties

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

Detailed Description

定位信息类

Property Documentation

◆ heading

- (CLHeading*) heading
readnonatomicassign

heading信息.

◆ location

- (CLLocation*) location
readnonatomicassign

位置信息, 如果MAMapView的showsUserLocation为NO, 或者尚未定位成功, 则该值为nil.

◆ subtitle

- (NSString*) subtitle
readwritenonatomiccopy

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

◆ title

- (NSString*) title
readwritenonatomiccopy

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

◆ updating

- (BOOL) updating
readnonatomicassign

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


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。