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.-
Initializes a
StrongWindDetailedInformation.Declaration
Swift
public init(forHighSidedVehicles: Bool)Parameters
forHighSidedVehiclesSpecifies if strong wind affects high sided vehicles.
-
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 -
Implements method to check two
StrongWindDetailedInformationobjects for equality.Declaration
Swift
public static func == (lhs: StrongWindDetailedInformation, rhs: StrongWindDetailedInformation) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
Return Value
True if both
StrongWindDetailedInformationare equal.
TomTom SDK for iOS (0.51.1)
StrongWindDetailedInformation