-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum AutoZoomMode extends Enum<AutoZoomMode>
Enumeration of auto zoom mode values used in public API payloads. Serialized using the numeric or string encoding defined by the analytics schema.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description OFFOFF - Auto zoom component is disabled.
ONON - 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.
FORCEFORCE - Auto zoom component is enabled and will send an immediate update based on current status.
-