TollBooth
public struct TollBooth : Hashable
A struct that provides information of a toll stop. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.
-
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])