TrackingCameraBehaviorZoomPolicy class abstract

Defines zoom behavior in different policy settings.

Note: This is a beta feature; there maybe bugs and unexpected behavior. Related API's are subject to change without a deprecation process.

Constructors

TrackingCameraBehaviorZoomPolicy()

Properties

hashCode → int
The hash code for this object.
no setterinherited
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

Static Methods

makeFixedZoomPolicy(double zoomLevel) TrackingCameraBehaviorZoomPolicy
Creates a zoom policy that always returns a fixed zoom level.
makeFunctionalRoadClassZoomPolicy(TrackingCameraBehaviorFunctionalRoadClassZoomPolicyOptions options) TrackingCameraBehaviorZoomPolicy
Instantiates a zoom policy that selects zoom levels based on functional road class.
makeSpeedBasedZoomPolicy(TrackingCameraBehaviorSpeedBasedZoomPolicyOptions options) TrackingCameraBehaviorZoomPolicy
Instantiates a zoom policy driven by speed thresholds defined per road classification.