BorderCrossing

data class BorderCrossing(val fromCountry: Country, val toCountry: Country)

Indicates a border crossing between two countries.

Parameters

fromCountry

Country information of the country the vehicle is leaving.

toCountry

Country information of the country the vehicle is entering.

Constructors

Link copied to clipboard
constructor(fromCountry: Country, toCountry: Country)

Properties

Link copied to clipboard
Link copied to clipboard