-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum AutoZoomRange extends Enum<AutoZoomRange>
Speed-based range for picking LAD and threshold distance values.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LOW
Range is low, speed is lower than 60km/h
MID
Range is mid, speed is in the range from 60 to 90 km/h
HIGH
Range is high, speed is from 90 to 120 km/h
VERY_HIGH
Range is very high, speed is above 120 rk/h
RAMP
Range is ramp. Exception case, which is not bound to a certain speed.
-