|
高德地图SDK(导航)
V11.1.000
|
#import <AMapNaviStatisticsInfo.h>
Properties | |
| NSInteger | actualDrivenTime |
| NSInteger | actualDrivenDisance |
| NSInteger | averageSpeed |
| NSInteger | highestSpeed |
| NSInteger | overspeedCount |
| NSInteger | rerouteCount |
| NSInteger | brakesCount |
| NSInteger | slowTime |
导航统计信息 Navigation statistics
|
readwritenonatomicassign |
实际的行驶里程(单位:米) Actual driving distance (unit: meters)
|
readwritenonatomicassign |
实际的行驶用时(包括中途停车时间,单位:秒) Actual driving time (including stop time, unit: seconds)
|
readwritenonatomicassign |
平均速度(实际的行驶里程/实际的行驶用时,单位:公里/小时) Average speed (actual driving distance/actual driving time, unit: km/h)
|
readwritenonatomicassign |
急刹车次数 Number of sudden brakes
|
readwritenonatomicassign |
最高速度(单位:公里/小时) Maximum speed (unit: km/h)
|
readwritenonatomicassign |
电子眼播报的超速次数,关闭电子眼播报(AMapNaviDriveManager.updateCameraInfo)则没有计数 The count of speeding detected by electronic eye alerts will not be recorded if the electronic eye alerts are turned off (AMapNaviDriveManager.updateCameraInfo)
|
readwritenonatomicassign |
偏航次数 Number of route deviations
|
readwritenonatomicassign |
等待及拥堵时间(单位:秒) Waiting and congestion time (unit: seconds)