GeonameType

public enum GeonameType
extension GeonameType: Equatable, Hashable

The type of a geoname.

  • Declaration

    Swift

    case country
  • A state, province, prefecture, district, borough, etc.

    Declaration

    Swift

    case adminDivision(level: UInt8
    )
  • Declaration

    Swift

    case adminDivisionOther
  • A city, town, village, populated place, etc.

    Declaration

    Swift

    case city
  • Declaration

    Swift

    case other