13#if MA_INCLUDE_TRACE_CORRECT
15#import <Foundation/Foundation.h>
16#import <CoreLocation/CoreLocation.h>
19@interface MATracePoint : NSObject<NSCoding>
22@property (nonatomic, assign) CLLocationDegrees latitude;
24@property (nonatomic, assign) CLLocationDegrees longitude;
29@interface MATraceLocation : NSObject
32@property (nonatomic, assign) CLLocationCoordinate2D loc;
34@property (nonatomic, assign)
double angle;
36@property (nonatomic, assign)
double speed;
38@property (nonatomic, assign)
double time;