BorderCrossing

public struct BorderCrossing

Indicates a border crossing between two countries.

Important

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

Lifecycle

Public

  • Country information of the country the vehicle is leaving.

    Declaration

    Swift

    public let fromCountry: CountryInfo
  • Country information of the country the vehicle is entering.

    Declaration

    Swift

    public let toCountry: CountryInfo