TollPoint class

A class to represent the toll point attributes of a segment.

Constructors

TollPoint(int offsetInMeters, List<TollStructureManeuver> structureManeuvers)
Creates a new instance.

Properties

hashCode → int
The hash code for this object.
no setterinherited
offsetInMeters ↔ int
The offset of the toll point in meters from the beginning of the segment relative to requested direction.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
structureManeuvers ↔ List<TollStructureManeuver>
Describes the features of the toll point.
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