高德地图SDK(导航)  V11.1.000
AMapNaviStatisticsInfo.h
Go to the documentation of this file.
1 //
2 // AMapNaviStatisticsInfo.h
3 // AMapNaviKit
4 //
5 // Created by AutoNavi on 15/12/28.
6 // Copyright © 2015年 Amap. All rights reserved.
7 //
8 
9 #import "AMapNaviCommonObj.h"
10 
13 @interface AMapNaviStatisticsInfo : NSObject<NSCopying,NSCoding>
14 
17 @property (nonatomic, assign) NSInteger actualDrivenTime;
18 
21 @property (nonatomic, assign) NSInteger actualDrivenDisance;
22 
25 @property (nonatomic, assign) NSInteger averageSpeed;
26 
29 @property (nonatomic, assign) NSInteger highestSpeed;
30 
33 @property (nonatomic, assign) NSInteger overspeedCount;
34 
37 @property (nonatomic, assign) NSInteger rerouteCount;
38 
41 @property (nonatomic, assign) NSInteger brakesCount;
42 
45 @property (nonatomic, assign) NSInteger slowTime;
46 
47 @end
Definition: AMapNaviStatisticsInfo.h:13
NSInteger actualDrivenDisance
Definition: AMapNaviStatisticsInfo.h:21
NSInteger actualDrivenTime
Definition: AMapNaviStatisticsInfo.h:17
NSInteger overspeedCount
Definition: AMapNaviStatisticsInfo.h:33
NSInteger highestSpeed
Definition: AMapNaviStatisticsInfo.h:29
NSInteger slowTime
Definition: AMapNaviStatisticsInfo.h:45
NSInteger rerouteCount
Definition: AMapNaviStatisticsInfo.h:37
NSInteger brakesCount
Definition: AMapNaviStatisticsInfo.h:41
NSInteger averageSpeed
Definition: AMapNaviStatisticsInfo.h:25
© 2017 高德信息技术有限公司 版权所有,保留所有权利。