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