-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class AutoZoomConfiguration implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final FreeDriveConfiguration
freeDriveConfigMetric
private final ActiveNavigationConfiguration
activeNavigationConfigMetric
private final Long
switchSpeedLimitTimeoutMs
private final Long
timedAnimationDurationActiveNavigationMs
private final Long
timedAnimationDurationFreeDriveMs
private final Integer
afterManeuverSwitchDistanceThresholdMeters
private final Integer
thresholdDistance2DModeSwitchMeters
-
Constructor Summary
Constructors Constructor Description AutoZoomConfiguration(FreeDriveConfiguration freeDriveConfigMetric, ActiveNavigationConfiguration activeNavigationConfigMetric, Long switchSpeedLimitTimeoutMs, Long timedAnimationDurationActiveNavigationMs, Long timedAnimationDurationFreeDriveMs, Integer afterManeuverSwitchDistanceThresholdMeters, Integer thresholdDistance2DModeSwitchMeters)
-
Method Summary
Modifier and Type Method Description final FreeDriveConfiguration
getFreeDriveConfigMetric()
final ActiveNavigationConfiguration
getActiveNavigationConfigMetric()
final Long
getSwitchSpeedLimitTimeoutMs()
final Long
getTimedAnimationDurationActiveNavigationMs()
final Long
getTimedAnimationDurationFreeDriveMs()
final Integer
getAfterManeuverSwitchDistanceThresholdMeters()
final Integer
getThresholdDistance2DModeSwitchMeters()
-
-
Constructor Detail
-
AutoZoomConfiguration
AutoZoomConfiguration(FreeDriveConfiguration freeDriveConfigMetric, ActiveNavigationConfiguration activeNavigationConfigMetric, Long switchSpeedLimitTimeoutMs, Long timedAnimationDurationActiveNavigationMs, Long timedAnimationDurationFreeDriveMs, Integer afterManeuverSwitchDistanceThresholdMeters, Integer thresholdDistance2DModeSwitchMeters)
-
-
Method Detail
-
getFreeDriveConfigMetric
final FreeDriveConfiguration getFreeDriveConfigMetric()
-
getActiveNavigationConfigMetric
final ActiveNavigationConfiguration getActiveNavigationConfigMetric()
-
getSwitchSpeedLimitTimeoutMs
final Long getSwitchSpeedLimitTimeoutMs()
-
getTimedAnimationDurationActiveNavigationMs
final Long getTimedAnimationDurationActiveNavigationMs()
-
getTimedAnimationDurationFreeDriveMs
final Long getTimedAnimationDurationFreeDriveMs()
-
getAfterManeuverSwitchDistanceThresholdMeters
final Integer getAfterManeuverSwitchDistanceThresholdMeters()
-
getThresholdDistance2DModeSwitchMeters
final Integer getThresholdDistance2DModeSwitchMeters()
-
-
-
-