LiveFlightResult
public struct LiveFlightResult
A result of query live flights using LiveFlightQuery.
Specified in LiveFlightQuery.resultOptions.
-
An array of
LiveFlightentities.It can be custom filtered and processed if needed.
Declaration
Swift
public var items: [LiveFlight] -
A valid GeoJSON string according to https://www.rfc-editor.org/rfc/rfc7946 .
It can be used to show data on the map without additional processing.
Declaration
Swift
public var geoJSON: String -
A GeoJSON data.
Declaration
Swift
public var geoJSONData: Data
LiveFlightResult Structure Reference