高德地图SDK(导航)  V11.1.000
MATraceLocation.h
Go to the documentation of this file.
1 //
2 // MATraceLocation.h
3 // MAMapKit
4 //
5 // Created by shaobin on 16/9/1.
6 // Copyright © 2016年 Amap. All rights reserved.
7 //
8 
9 
10 
11 #import "MAConfig.h"
12 
13 #if MA_INCLUDE_TRACE_CORRECT
14 
15 #import <Foundation/Foundation.h>
16 #import <CoreLocation/CoreLocation.h>
17 
20 @interface MATracePoint : NSObject<NSCoding>
21 
24 @property (nonatomic, assign) CLLocationDegrees latitude;
27 @property (nonatomic, assign) CLLocationDegrees longitude;
28 
29 @end
30 
33 @interface MATraceLocation : NSObject
34 
37 @property (nonatomic, assign) CLLocationCoordinate2D loc;
40 @property (nonatomic, assign) double angle;
43 @property (nonatomic, assign) double speed;
46 @property (nonatomic, assign) double time;
47 
48 @end
49 
50 #endif
Definition: MATraceLocation.h:34
Definition: MATraceLocation.h:20
CLLocationDegrees longitude
Definition: MATraceLocation.h:27
CLLocationDegrees latitude
Definition: MATraceLocation.h:24
© 2017 高德信息技术有限公司 版权所有,保留所有权利。