AWFLightningFlash

Objective-C

@interface AWFLightningFlash : AWFGeographicObject

Swift

class AWFLightningFlash : AWFGeographicObject

An AWFLightningFlash object represents data returned by the lightning/threats endpoint of the Aeris Weather API.

  • Unique identifier for the lightning storm threat.

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull flashId;

    Swift

    var flashId: String { get set }
  • Date/time of the flash event.

    Declaration

    Objective-C

    @property (nonatomic, copy) NSDate *_Nonnull timestamp;

    Swift

    var timestamp: Date { get set }
  • age

    Age in seconds of the flash event at the time of the API request.

    Declaration

    Objective-C

    @property (nonatomic) NSTimeInterval age;

    Swift

    var age: TimeInterval { get set }