Hazard
public struct Hazard : Equatable, HashableA hazard.
Important
This is a Public Preview API. It may be changed or removed at any time.- 
                  
                  Unique identifier of the hazard data. DeclarationSwift public let id: HazardID
- 
                  
                  Defines the time the hazard not be valid anymore. DeclarationSwift public let expirationTime: Date
- 
                  
                  The version is an incrementing counter so that greater numbers are indicating an update of the hazard message content. DeclarationSwift public let version: Int
- 
                  
                  Defines the location coordinates for this hazard. DeclarationSwift public let location: HazardLocation
- 
                  
                  The category of the hazard. DeclarationSwift public let category: HazardCategory
- 
                  
                  The severity of the hazard. DeclarationSwift public let severity: HazardSeverity
- 
                  
                  Type of the hazard. DeclarationSwift public let type: HazardType
- 
                  
                  The DetailedHazardInformationthe basis for the individual hazard types.DeclarationSwift public let detailedHazardInformation: DetailedHazardInformation?
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         Hazard
          Hazard