10 #import <Foundation/Foundation.h>
22 @property (readonly, nonatomic, getter = isUpdating) BOOL
updating;
26 @property (readonly, nonatomic, strong) CLLocation *
location;
30 @property (readonly, nonatomic, strong) CLHeading *
heading;
Definition: MAAnimatedAnnotation.h:15
Definition: MAUserLocation.h:19
CLLocation * location
Definition: MAUserLocation.h:26
CLHeading * heading
Definition: MAUserLocation.h:30
BOOL updating
Definition: MAUserLocation.h:22