BorderCrossing

data class BorderCrossing(val fromCountryCode: String, val toCountryCode: String)

Indicates a border crossing between two countries.

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

Parameters

fromCountryCode

ISO 3166-1 alpha-3 code of the country the vehicle is leaving.

toCountryCode

ISO 3166-1 alpha-3 code of the country the vehicle is entering.

Constructors

Link copied to clipboard
fun BorderCrossing(fromCountryCode: String, toCountryCode: String)

Properties

Link copied to clipboard
val fromCountryCode: String
Link copied to clipboard
val toCountryCode: String