9 #import <Foundation/Foundation.h> 19 @property (nonatomic, readonly, getter = isUpdating) BOOL
updating;
22 @property (nonatomic, readonly) CLLocation *
location;
25 @property (nonatomic, readonly) CLHeading *
heading;
28 @property (nonatomic, copy) NSString *
title;
31 @property (nonatomic, copy) NSString *
subtitle;
NSString * title
定位标注点要显示的标题信息.
Definition: MAUserLocation.h:28
NSString * subtitle
定位标注点要显示的子标题信息.
Definition: MAUserLocation.h:31
BOOL updating
位置更新状态,如果正在更新位置信息,则该值为YES.
Definition: MAUserLocation.h:19
定位信息类
Definition: MAUserLocation.h:16
CLHeading * heading
heading信息.
Definition: MAUserLocation.h:25
CLLocation * location
位置信息, 如果MAMapView的showsUserLocation为NO, 或者尚未定位成功, 则该值为nil.
Definition: MAUserLocation.h:22