TollPoint constructor

TollPoint(
  1. int offsetInMeters,
  2. List<TollStructureManeuver> structureManeuvers
)

Creates a new instance.

  • offsetInMeters The offset of the toll point in meters from the beginning of the segment relative to requested direction.
  • structureManeuvers Describes the features of the toll point.

Implementation

TollPoint(this.offsetInMeters, this.structureManeuvers);