TurbulenceResult
public struct TurbulenceResult
A result of query turbulence using TurbulenceQuery.
Specified in TurbulenceQuery.resultOptions.
-
An array of
TurbulenceItementities.It can be custom filtered and processed if needed.
Declaration
Swift
public var items: [TurbulenceItem] -
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>
TurbulenceResult Structure Reference