Package 

Enum AutoZoomState

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

    
    public enum AutoZoomState
    extends Enum<AutoZoomState>
                        

    Enumeration of auto zoom state values used in public API payloads. Serialized using the numeric or string encoding defined by the analytics schema.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field 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.

      ENTER

      State is enter. Final close-range state before turn execution.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

    • Method Detail