TurbulenceResultOptions

public struct TurbulenceResultOptions : OptionSet

Controls how to receive a queried turbulence result using TurbulenceQuery.

  • An array of TurbulenceItem entities.

    It can be custom filtered and processed if needed.

    Declaration

    Swift

    public static let items: TurbulenceResultOptions
  • 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: TurbulenceResultOptions
  • 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: TurbulenceResultOptions
  • Set of tiles as H3 indexes.

    Declaration

    Swift

    public static let tiles: TurbulenceResultOptions