Dela via


RouteDirectionOptions.VehicleLoadType Property

Definition

Types of cargo that may be classified as hazardous materials and restricted from some roads. Available vehicleLoadType values are US Hazmat classes 1 through 9, plus generic classifications for use in other countries/regions. Values beginning with USHazmat are for US routing while otherHazmat should be used for all other countries/regions. vehicleLoadType can be specified multiple times. This parameter is currently only considered for travelMode=truck.

public Azure.Maps.Routing.VehicleLoadType? VehicleLoadType { get; set; }
member this.VehicleLoadType : Nullable<Azure.Maps.Routing.VehicleLoadType> with get, set
Public Property VehicleLoadType As Nullable(Of VehicleLoadType)

Property Value

Applies to