AWFNormal
Objective-C
@interface AWFNormal : AWFGeographicObject
Swift
class AWFNormal : AWFGeographicObject
An AWFNormal
object represents data returned by the normals endpoint
of the Aeris Weather API.
-
The coop/station id that the normal data is based on.
Declaration
Objective-C
@property (nonatomic, copy, nullable) NSString *stationId;
Swift
var stationId: String? { get set }
-
Array of AWFNormalPeriod objects that contain the normals, where each object is for a specific period (day, month, year etc).
Declaration
Objective-C
@property (nonatomic, strong, nullable) NSArray<AWFNormalPeriod *> *periods;
Swift
var periods: [AWFNormalPeriod]? { get set }