TrackingCameraBehaviorSpeedBasedZoomPolicyOptions class

Configuration for computing zoom levels from speed thresholds defined per road classification.

Constructors

TrackingCameraBehaviorSpeedBasedZoomPolicyOptions()

Properties

delayBetweenThresholdChanges ↔ Duration?
Minimum time interval that must pass before the zoom level is allowed to switch to a new speed threshold.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
roadClassificationToSpeedThreshold ↔ Map<RoadClassification, List<TrackingCameraBehaviorSpeedThreshold>>
Defines, per road classification, how the zoom level should change in response to different vehicle speeds.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited