AWFForecast

@interface AWFForecast : AWFGeographicObject

An AWFForecast object represents data returned by the forecasts endpoint of the Aeris Weather API.

  • An array of forecast period returned for this forecast.

    Declaration

    Objective-C

    @property (readwrite, strong, nonatomic, nullable)
        NSArray<AWFForecastPeriod *> *periods;

    Swift

    var periods: [AWFForecastPeriod]? { get set }