-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class AutoZoomConfiguration implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final FreeDriveConfigurationfreeDriveConfigMetricprivate final ActiveNavigationConfigurationactiveNavigationConfigMetricprivate final LongswitchSpeedLimitTimeoutMsprivate final LongtimedAnimationDurationActiveNavigationMsprivate final LongtimedAnimationDurationFreeDriveMsprivate final IntegerafterManeuverSwitchDistanceThresholdMetersprivate final IntegerthresholdDistance2DModeSwitchMeters
-
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 FreeDriveConfigurationgetFreeDriveConfigMetric()final ActiveNavigationConfigurationgetActiveNavigationConfigMetric()final LonggetSwitchSpeedLimitTimeoutMs()final LonggetTimedAnimationDurationActiveNavigationMs()final LonggetTimedAnimationDurationFreeDriveMs()final IntegergetAfterManeuverSwitchDistanceThresholdMeters()final IntegergetThresholdDistance2DModeSwitchMeters()-
-
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()
-
-
-
-