AWFObservationSummary
Objective-C
@interface AWFObservationSummary : AWFGeographicObject
Swift
class AWFObservationSummary : AWFGeographicObject
An AWFObservationSummary
object represents data returned by the observations/summary endpoint
of the Aeris Weather API.
-
Station identifier for this location, usually an ICAO.
Declaration
Objective-C
@property (nonatomic, copy, nullable) NSString *stationId;
Swift
var stationId: String? { get set }
-
Array of
AWFObservationSummaryPeriod
instances.Declaration
Objective-C
@property (nonatomic, strong, nullable) NSArray<AWFObservationSummaryPeriod *> *periods;
Swift
var periods: [AWFObservationSummaryPeriod]? { get set }