GeonameType
public enum GeonameType : Equatable, Hashable
extension GeonameType: Sendable
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