windBearing property

double? windBearing
getter/setter pair

optional The direction that the wind is coming from in degrees, with true north at 0° and progressing clockwise. (If windSpeed is zero, then this value will not be defined.)

Implementation

double? windBearing;