warnings property
getter/setter pair
Active weather warnings at the location.
Populated by the current weather and route forecast requests only; hourly / daily forecasts never carry warnings.
Returns
- List<Warning>: List of active weather warnings.
Implementation
List<Warning> warnings;