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 class of the vehicle’s load.
Declaration
Swift
var loadType: Set<VehicleLoadType> { get } -
The ADR tunnel restrictions of the vehicle.
Declaration
Swift
var tunnelRestrictionCode: ADRTunnelRestrictionCode? { get }
CargoCapable Protocol Reference