AWFForecast

Objective-C

@interface AWFForecast : AWFGeographicObject

Swift

class 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 (nonatomic, strong, nullable) NSArray<AWFForecastPeriod *> *periods;

    Swift

    var periods: [AWFForecastPeriod]? { get set }