TollBooth
public struct TollBooth : Hashable
A struct that provides information of a toll stop.
-
Indicates the type.
Declaration
Swift
public var tollCollectionMethods: [TollCollectionMethod] -
Indicates the supported payment methods.
Declaration
Swift
public var paymentMethods: [PaymentMethod] -
Creates a new instance.
Declaration
Swift
public init(tollCollectionMethods: [TollCollectionMethod], paymentMethods: [PaymentMethod])