AWFLightningThreatPeriod
Objective-C
@interface AWFLightningThreatPeriod : AWFWeatherObject
Swift
class AWFLightningThreatPeriod : AWFWeatherObject
An AWFLightningThreatPeriod
object contains lightning threat information for a specific time period.
-
Starting date/time covered by the lightning storm threat period.
Declaration
Objective-C
@property (nonatomic, copy) NSDate *_Nonnull startDate;
Swift
var startDate: Date { get set }
-
Ending date/time covered by the lightning storm threat period.
Declaration
Objective-C
@property (nonatomic, copy) NSDate *_Nonnull endDate;
Swift
var endDate: Date { get set }
-
An
AWFGeoPolygon
instance representing the threat coverage area for the period.Declaration
Objective-C
@property (nonatomic, strong) AWFGeoPolygon *_Nonnull polygon;
Swift
var polygon: AWFGeoPolygon { get set }