TollPoint
public struct TollPoint
A struct to represent the toll point attributes of a segment.
-
The offset of the toll point in meters from the beginning of the segment relative to requested direction.
Declaration
Swift
public var offsetInMeters: Int32 -
Describes the features of the toll point.
Declaration
Swift
public var structureManeuvers: [TollStructureManeuver] -
Creates a new instance.
Declaration
Swift
public init(offsetInMeters: Int32, structureManeuvers: [TollStructureManeuver])