AreaCode

public struct AreaCode : HorizonElement

Describes path geometry of the horizon element

Important

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

Public

  • Declaration

    Swift

    public let elementType: HorizonElementType
  • id

    Declaration

    Swift

    public let id: UUID
  • Declaration

    Swift

    public let pathID: Int
  • Declaration

    Swift

    public let startOffset: Measurement<UnitLength>
  • Declaration

    Swift

    public let endOffset: Measurement<UnitLength>
  • The ISO country code of current position according to ISO-3166-1 alpha 3 code.

    Declaration

    Swift

    public let countryCode: String
  • The ISO 3166-2 state/province/region code.

    Declaration

    Swift

    public let regionCode: String