PlaceType

public struct PlaceType : Codable

PlaceType

See also

PlaceType
  • geo

    Geographical information about the location.

    Declaration

    Swift

    public let geo: Geo?
  • id

    Numerical id of the referenced place.

    Declaration

    Swift

    public let id: String?
  • Textual id of the referenced place.

    Declaration

    Swift

    public let urlid: String?