AWFLightningStrike
@interface AWFLightningStrike : AWFGeographicObject
An AWFLightningStrike
object represents data returned by the lightning endpoint
of the Aeris Weather API.
-
GMT date of the strike.
Declaration
Objective-C
@property (readwrite, strong, nonatomic, nullable) NSDate *timestamp;
Swift
var timestamp: Date? { get set }
-
Type of lightning strike, either cloud-to-cloud (IC) or cloud-to-ground (CG).
Declaration
Objective-C
@property (readwrite, copy, nonatomic, nullable) NSString *pulseType;
Swift
var pulseType: String? { get set }
-
Peak electric current in amps.
Declaration
Objective-C
@property (assign, readwrite, nonatomic) CGFloat peakAmperage;
Swift
var peakAmperage: CGFloat { get set }