-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum AutoZoomState extends Enum<AutoZoomState>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CONTINUEState is continue. Next maneuver is further than the highest threshold distance.
PREINFOState is preinfo. Next state to a CONTINUE, triggered after reaching preinfo threshold from a configuration.
INFOState is info. Next to a PREINFO, triggered after reaching info threshold.
PREPState is prep. Next to an INFO.
ACTIONState is action. Last state in the current maneuver.
-