TrackingCameraBehaviorManeuverZoomRange class

Defines the bounds within which the zoom level is constrained when approaching a maneuver.

Used as part of TrackingCameraBehaviorManeuverRuleOptions.

Constructors

TrackingCameraBehaviorManeuverZoomRange()

Properties

hashCode → int
The hash code for this object.
no setterinherited
maxZoom ↔ double
Maximum camera zoom level. Valid range is 0.0 to 22.0. Must be greater than or equal to TrackingCameraBehaviorManeuverZoomRange.minZoom. Defaults to 20.0.
getter/setter pair
minZoom ↔ double
Minimum camera zoom level. Valid range is 0.0 to 22.0. Defaults to 4.0.
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