高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
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
10
12@interface AMapNaviStatisticsInfo : NSObject<NSCopying,NSCoding>
13
15@property (nonatomic, assign) NSInteger actualDrivenTime;
16
18@property (nonatomic, assign) NSInteger actualDrivenDisance;
19
21@property (nonatomic, assign) NSInteger averageSpeed;
22
24@property (nonatomic, assign) NSInteger highestSpeed;
25
27@property (nonatomic, assign) NSInteger overspeedCount;
28
30@property (nonatomic, assign) NSInteger rerouteCount;
31
33@property (nonatomic, assign) NSInteger brakesCount;
34
36@property (nonatomic, assign) NSInteger slowTime;
37
38@end
导航统计信息
Definition AMapNaviStatisticsInfo.h:12
NSInteger actualDrivenDisance
实际的行驶里程(单位:米)
Definition AMapNaviStatisticsInfo.h:18
NSInteger actualDrivenTime
实际的行驶用时(包括中途停车时间,单位:秒)
Definition AMapNaviStatisticsInfo.h:15
NSInteger overspeedCount
电子眼播报的超速次数,关闭电子眼播报(AMapNaviDriveManager.updateCameraInfo)则没有计数
Definition AMapNaviStatisticsInfo.h:27
NSInteger highestSpeed
最高速度(单位:公里/小时)
Definition AMapNaviStatisticsInfo.h:24
NSInteger slowTime
等待及拥堵时间(单位:秒)
Definition AMapNaviStatisticsInfo.h:36
NSInteger rerouteCount
偏航次数
Definition AMapNaviStatisticsInfo.h:30
NSInteger brakesCount
急刹车次数
Definition AMapNaviStatisticsInfo.h:33
NSInteger averageSpeed
平均速度(实际的行驶里程/实际的行驶用时,单位:公里/小时)
Definition AMapNaviStatisticsInfo.h:21
© 2017 高德信息技术有限公司 版权所有,保留所有权利。