BorderCrossingType

public enum BorderCrossingType : UInt32, CaseIterable, Codable

Type of a border crossing given in a BorderCrossingWarning.

  • Indicates the crossing of a country border.

    Declaration

    Swift

    case country
  • Indicates the crossing of a state border inside the same country.

    Declaration

    Swift

    case state