AWFObservationArchive
Objective-C
@interface AWFObservationArchive : AWFGeographicObject
Swift
class AWFObservationArchive : AWFGeographicObject
An AWFObservationArchive object represents data returned by the observations/archive 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 observation objects.
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSArray<AWFObservation *> *periods;Swift
var periods: [AWFObservation]? { get set }
View on GitHub
AWFObservationArchive Class Reference