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 }
-
Specifies the list of vehicle general load types.
Declaration
Swift
var generalLoadType: Set<VehicleGeneralLoadType>? { get }
-
Specifies the list of vehicle dangerous goods load types.
Declaration
Swift
var dangerousGoodsLoadType: Set<VehicleDangerousLoadType>? { get }
-
The ADR tunnel restrictions of the vehicle.
Declaration
Swift
var adrTunnelRestrictionCode: ADRTunnelRestrictionCode? { get }