Package 

Enum AutoZoomRange

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum AutoZoomRange
    extends Enum<AutoZoomRange>
                        

    Speed-based range for picking LAD and threshold distance values.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • 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.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail