TollStructureManeuver class

A class that provides information for a toll structure at a toll point.

Constructors

TollStructureManeuver(List<DirectedOCMSegmentId> destinations)

Properties

destinations ↔ List<DirectedOCMSegmentId>
Optional destinations segment references. Destination shows for which exactly outgoing segment current toll/checkpoint is applied. Empty if structure applied to all outgoing connected segments.
getter/setter pair
etcGuidanceFile FileReference?
Optional image providing guidance through an electronic toll collection (ETC) point.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
isCheckpoint ↔ bool
Vehicle Checkpoint identifies locations on the through route, where vehicles are required to slow down/stop with the intended purpose of inspecting vehicles to deter illegal immigration and smuggling activities, to perform customs/passport checks, toll payment, etc. This is not limited to border locations.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tollStructure TollStructure?
Toll structure properties Could be empty for checkpoint not related to toll.
getter/setter pair

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