Structures
The following structures are available globally.
-
The struct AIRCRAFT represents a AIRCRAFT object. This object is codable to allow easy manipulaition with JSON.
See moreDeclaration
Swift
public struct AIRCRAFT : Codable
-
The struct AIRSIGMET represents a AIRSIGMET object. This object is codable to allow easy manipulaition with JSON.
See moreDeclaration
Swift
public struct AIRSIGMET
-
This struct contains the forecast information returned by the report request.
See moreDeclaration
Swift
public struct Forecast : Codable
-
This struct contains the icing condition information.
See moreDeclaration
Swift
public struct IcingCondition : Codable
-
This struct contains the sky condition information.
See moreDeclaration
Swift
public struct SkyCondition : Codable
-
This struct contains the temperature information.
See moreDeclaration
Swift
public struct Temperature : Codable
-
This struct contains the turbulence condition information.
See moreDeclaration
Swift
public struct TurbulenceCondition : Codable
-
The struct METAR represents a METAR object. This object is codable to allow easy manipulaition with JSON.
See moreDeclaration
Swift
public struct METAR : Codable
-
The struct STATION represents a STATION object. This object is codable to allow easy manipulaition with JSON.
See moreDeclaration
Swift
public struct STATION
-
Undocumented
See moreDeclaration
Swift
public struct ReportCore : NetworkingCodableProtocol
-
Undocumented
See moreDeclaration
Swift
public struct TimeConstraints : Codable
-
Undocumented
See moreDeclaration
Swift
public struct StartEnd : Codable
-
Undocumented
See moreDeclaration
Swift
public struct StationConstraints : Codable
-
An object representing the latitude and longitude of a point.
See moreDeclaration
Swift
public struct Coordinates : Codable
-
Represents one leg of a flight path.
Representing one leg of a flight path using either:
- A station String
- The starting point and the ending point
When using the station string, the four digit airport is the starting point. The ending point is the is the next leg station string.
See moreDeclaration
Swift
public struct CoordinatePath : Codable
-
The total flight path.
The flight path containing all legs of the flight. The
See moreCoordinatePath
objects are arranged in ascending order of leg numbers.Declaration
Swift
public struct FlightPath : Codable
-
Represents the coordinates and radius of a specific point.
See moreDeclaration
Swift
public struct AreaConstraints : Codable
-
A rectangle bounded by coordinates
See moreDeclaration
Swift
public struct CoordinateRectangle : Codable
-
Undocumented
See moreDeclaration
Swift
public struct MetarParams : Codable