SearchAddressRegion

public struct SearchAddressRegion : Codable, Hashable, Equatable

Contains details for top-level sub-national administrative features, such as states in the United States or provinces in Canada or China, including name (required) and code identifiers (optional)

  • Colloquial name for this region

    Declaration

    Swift

    public let name: String
  • Subdivision portion of ISO 3166-2 code

    Declaration

    Swift

    public let regionCode: String?
  • ISO 3166-2 region code

    Declaration

    Swift

    public let regionCodeFull: String?