BorderCrossing
public struct BorderCrossing
Indicates a border crossing between two countries.
Country information of the country the vehicle is leaving.
Declaration
Swift
public let fromCountry: Country
An error that occurs during the creation of the instance.
See moreDeclaration
Swift
public enum InitializationError : Error
Country information of the country the vehicle is entering.
Declaration
Swift
public let toCountry: Country