StrongWindDetailedInformation
public class StrongWindDetailedInformation : DetailedHazardInformation
Detailed information for strong winds.
Important
This is a Public Preview API. It may be changed or removed at any time.Implements method to check two StrongWindDetailedInformation
objects for equality.
Declaration
Swift
public static func == (lhs: StrongWindDetailedInformation, rhs: StrongWindDetailedInformation) -> Bool
Parameters
lhs
|
A value to compare. |
rhs
|
Another value to compare. |
Return Value
True if both StrongWindDetailedInformation
are equal.
True, the strong wind hazard affects mainly high sided vehicles. False, the strong wind does affect all vehicle types.
Declaration
Swift
public let forHighSidedVehicles: Bool
Initializes aStrongWindDetailedInformation
.
Declaration
Swift
public init(forHighSidedVehicles: Bool)
Parameters
forHighSidedVehicles
|
Specifies if strong wind affects high sided vehicles. |