Skip to main content

Interface: WeatherPathResponseAltitudePoint

Defined in: src/sdk/weather/WeatherTypes.ts:56

An altitude point of a wind path response.

Properties

altitude

altitude: number

Defined in: src/sdk/weather/WeatherTypes.ts:61

The altitude of this point, in feet.


points

points: WeatherPathResponseTimePoint[]

Defined in: src/sdk/weather/WeatherTypes.ts:58

A list of time points at this altitude, in hours.