CargoCapable
public protocol CargoCapable
Trait interface for vehicles that may have restrictions due to load.
Important
This is a Public Preview API. It may be changed or removed at any time.-
The hazardous materials classes of the vehicle’s load.
Declaration
Swift
var hazmatClasses: Set<HazmatClass> { get } -
ADR tunnel restriction code of the vehicle.
Declaration
Swift
var adrTunnelRestrictionCode: ADRTunnelRestrictionCode? { get }
TomTom SDK for iOS (TomTomSDKMapMatchingEngineHybrid 0.38.0-rc01 Docs)
CargoCapable