public class AimLessModeStat
extends java.lang.Object
| 构造器和说明 |
|---|
AimLessModeStat(CruiseTimeAndDistInfo info) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAimlessModeDistance()
巡航模式(无路线规划)下轨迹距离
距离就是用户自车在该模式下的轨迹累积的距离
进入电子狗巡航满足连续5个点大于15km/h,就开始记录轨迹距离,认为用户启用了电子狗巡航
Trajectory Distance in Cruise Mode (No Route Planning) Distance refers to the cumulative trajectory distance of the user's vehicle in this mode When entering the radar cruise mode, if the speed exceeds 15 km/h for 5 consecutive points, the trajectory distance starts to be recorded, indicating that the user has activated the radar cruise mode. |
int |
getAimlessModeTime()
巡航模式(无路线规划)下运行时间
进入电子狗巡航满足连续5个点大于15km/h,就开始计时,认为用户启用了电子狗巡航
Operation Time in Cruise Mode (No Route Planning) When entering the radar cruise mode, if the speed exceeds 15 km/h for 5 consecutive points, the timer starts, indicating that the user has activated the radar cruise mode. |
public int getAimlessModeDistance()
public int getAimlessModeTime()