10 #import <Foundation/Foundation.h> 20 @property (readonly, nonatomic, getter = isUpdating) BOOL
updating;
23 @property (readonly, nonatomic, strong) CLLocation *
location;
26 @property (readonly, nonatomic, strong) CLHeading *
heading;
BOOL updating
位置更新状态,如果正在更新位置信息,则该值为YES
Definition: MAUserLocation.h:20
定位信息类
Definition: MAUserLocation.h:17
支持动画效果的点标注
Definition: MAAnimatedAnnotation.h:14
CLHeading * heading
heading信息
Definition: MAUserLocation.h:26
CLLocation * location
位置信息,如果MAMapView的showsUserLocation为NO,或者尚未定位成功,则该值为nil
Definition: MAUserLocation.h:23