Package 

Enum AutoZoomMode

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      OFF

      OFF - Auto zoom component is disabled.

      ON

      ON - Auto zoom component is enabled and will act - configuration computed look ahead distance will be applied - when vehicle reaches PreInfo, Info, Prep or Action state. In Continue state the user zoom will be kept.

      FORCE

      FORCE - Auto zoom component is enabled and will send an immediate update based on current status.

    • 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