TurbulencePolygonsResultOptions
public struct TurbulencePolygonsResultOptions : OptionSet
Controls how to receive a queried turbulence result using TurbulencePolygonsQuery.
-
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: TurbulencePolygonsResultOptions -
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: TurbulencePolygonsResultOptions -
Set of tiles as H3 indexes.
Declaration
Swift
public static let tiles: TurbulencePolygonsResultOptions
TurbulencePolygonsResultOptions Structure Reference