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