AreaType

public enum AreaType : UInt32, CaseIterable, Codable

Represents a type of area like country, state, city, county, etc.

  • Represents a country, ie. a territory with its own borders and total sovereignty

    Declaration

    Swift

    case country
  • Represents a state, ie. a part of a large country.

    Declaration

    Swift

    case state
  • Represents a county, ie. an administrative division in a state or country.

    Declaration

    Swift

    case county
  • Represents a city.

    Declaration

    Swift

    case city
  • Represents a postal code area.

    Declaration

    Swift

    case postalCode
  • Represents a district.

    Declaration

    Swift

    case district
  • Represents a subdistrict.

    Declaration

    Swift

    case subDistrict