NowcastResultOptions

public struct NowcastResultOptions : OptionSet

Controls how to receive a queried data result using NowcastQuery.

  • An array of NowcastItem entities.

    It can be custom filtered and processed if needed.

    Declaration

    Swift

    public static let items: NowcastResultOptions
  • 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: NowcastResultOptions
  • 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: NowcastResultOptions