TollCollectionMethod
public enum TollCollectionMethod : UInt32, CaseIterable, Codable
Available payment methods.
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.
-
Fixed fee is required in order to pass through.
Declaration
Swift
case fixedFee -
Ticket must be obtained at the toll stop.
Declaration
Swift
case obtainTicket -
Payment is required based on the traveled distance between the toll stop where the ticket was obtained and the toll stop at which the toll road is exited.
Declaration
Swift
case payPerTicket -
Automatic controls exist that automatically record the beginning and end of the stretch of toll road that has been traveled.
Declaration
Swift
case electronic