LocationAstroType
public struct LocationAstroType : Codable
See also
LocationAstroType-
Requested astronomical information.
Declaration
Swift
let astronomy: AstroDataAstronomy?
-
Geographical information about the location.
Declaration
Swift
let geo: Geo?
-
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?