LocationAstroType

public struct LocationAstroType : Codable
  • Requested astronomical information.

    Declaration

    Swift

    let astronomy: AstroDataAstronomy?
  • geo

    Geographical information about the location.

    Declaration

    Swift

    let geo: Geo?
  • id

    The id of the location.

    Declaration

    Swift

    let id: String!
  • The part of the queried placeid that this location matches.

    Declaration

    Swift

    let matchparam: String?