GeonameMatchType

public enum GeonameMatchType
extension GeonameMatchType: Equatable, Hashable
  • For U.S. states, abbreviations are the usual two-letter codes (“CA”).

    Declaration

    Swift

    case abbreviation
  • Declaration

    Swift

    case airportCode
  • This includes any names that aren’t abbreviations or airport codes.

    Declaration

    Swift

    case name