-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum AutoZoomState extends Enum<AutoZoomState>
-
-
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.
-