TurbulencePolygonsResult
public struct TurbulencePolygonsResult
A result of query turbulence polygons using TurbulencePolygonsQuery.
Specified in TurbulencePolygonsQuery.resultOptions.
-
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 -
A set of tiles as H3 indexes.
Declaration
Swift
public var tiles: Set<String>
TurbulencePolygonsResult Structure Reference