TollPoint constructor
- int offsetInMeters,
- List<
TollStructureManeuver> structureManeuvers
Creates a new instance.
offsetInMetersThe offset of the toll point in meters from the beginning of the segment relative to requested direction.structureManeuversDescribes the features of the toll point.
Implementation
TollPoint(this.offsetInMeters, this.structureManeuvers);