TrackingCameraBehaviorManeuverRule class

Defines a single rule that determines how TrackingCameraBehavior reacts to nearby maneuvers when the current position matches this rule.

Constructors

TrackingCameraBehaviorManeuverRule()

Properties

functionalRoadClasses ↔ List<FunctionalRoadClass>
List of functional road classes for which this rule applies. The list is unordered. When empty, this rule applies to all functional road classes.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
maneuverActions ↔ List<ManeuverAction>
List of maneuver actions for which this rule applies. The list is unordered. When empty, this rule applies to all maneuver actions.
getter/setter pair
maneuverRuleOptions TrackingCameraBehaviorManeuverRuleOptions?
The options for this rule. When set to null, the camera does not react to maneuvers that match this rule.
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