13#if MA_INCLUDE_TRACE_CORRECT
15#import <Foundation/Foundation.h>
16#import <CoreLocation/CoreLocation.h>
20@interface MATracePoint : NSObject<NSCoding>
24@property (nonatomic, assign) CLLocationDegrees latitude;
27@property (nonatomic, assign) CLLocationDegrees longitude;
33@interface MATraceLocation : NSObject
37@property (nonatomic, assign) CLLocationCoordinate2D loc;
40@property (nonatomic, assign)
double angle;
43@property (nonatomic, assign)
double speed;
46@property (nonatomic, assign)
double time;