BorderCrossing

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

Indicates a border crossing between two countries.

Important: This is a Public Preview API. It may be changed or removed at any time.

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
fun BorderCrossing(fromCountry: CountryInfo, toCountry: CountryInfo)

Properties

Link copied to clipboard
Link copied to clipboard