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 MapMeasure
Maximum camera zoom. Valid range is 0.0 to 22.0. Must be greater than or equal to TrackingCameraBehaviorManeuverZoomRange.minZoom. Defaults to a MapMeasure with kind MapMeasureKind.zoomLevel and value 20.0.
getter/setter pair
minZoom MapMeasure
Minimum camera zoom. Valid range is 0.0 to 22.0. Defaults to a MapMeasure with kind MapMeasureKind.zoomLevel and value 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