Package 

Enum AutoZoomState

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CONTINUE

      State is continue. Next maneuver is further than the highest threshold distance.

      PREINFO

      State is preinfo. Next state to a CONTINUE, triggered after reaching preinfo threshold from a configuration.

      INFO

      State is info. Next to a PREINFO, triggered after reaching info threshold.

      PREP

      State is prep. Next to an INFO.

      ACTION

      State is action. Last state in the current maneuver.

    • 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