LiveFlightResultOptions

public struct LiveFlightResultOptions : OptionSet

Controls how to receive a queried items result.

  • An array of objects.

    It can be custom filtered and processed if needed.

    Declaration

    Swift

    public static let items: LiveFlightResultOptions
  • 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 static let geoJSON: LiveFlightResultOptions
  • A valid GeoJSON string as Data 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 static let geoJSONData: LiveFlightResultOptions