ElectronicHorizon class

A class containing the full set of available paths predicted for the current vehicle state.

Represents a snapshot of the horizon estimation at the moment the update was generated.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

Constructors

ElectronicHorizon()

Properties

hashCode → int
The hash code for this object.
no setter
paths ↔ List<ElectronicHorizonPath>
A list of all available electronic horizon paths. The list may be empty if none of the ElectronicHorizonPaths are available.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

mostPreferredPath() ElectronicHorizonPath?
Returns the most preferred path among the set of available paths.
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.