iOS高德地图SDK(3D)  V7.5.0
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 
19 @interface MATracePoint : NSObject<NSCoding>
20 
22 @property (nonatomic, assign) CLLocationDegrees latitude;
24 @property (nonatomic, assign) CLLocationDegrees longitude;
25 
26 @end
27 
29 @interface MATraceLocation : NSObject
30 
32 @property (nonatomic, assign) CLLocationCoordinate2D loc;
34 @property (nonatomic, assign) double angle;
36 @property (nonatomic, assign) double speed;
38 @property (nonatomic, assign) double time;
39 
40 @end
41 
42 #endif
返回轨迹点定义
Definition: MATraceLocation.h:19
传入轨迹点定义
Definition: MATraceLocation.h:29
CLLocationDegrees latitude
纬度坐标
Definition: MATraceLocation.h:22
CLLocationDegrees longitude
经度坐标
Definition: MATraceLocation.h:24
© 2017 高德信息技术有限公司 版权所有,保留所有权利。