New to Telerik UI for WPFStart a free 30-day trial

Contains information for a vehicle for a truck route calculation request.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingRestVehicleSpec

Inheritance: objectBingRestVehicleSpec

Constructors

Initializes a new instance of the BingRestVehicleSpec class.

C#
public BingRestVehicleSpec()

Properties

The unit of measurement of width, height, length.

C#
public DimensionUnit? DimensionUnit { get; set; }

Indicates if the vehicle shall avoid crosswinds.

C#
public bool? VehicleAvoidCrossWinds { get; set; }

Indicates if the route shall avoid the risk of grounding.

C#
public bool? VehicleAvoidGroundingRisk { get; set; }

The number of axles.

C#
public int VehicleAxels { get; set; }

List of one or more hazardous materials for which the vehicle is transporting.

C#
public HazardousMaterial? VehicleHazardousMaterials { get; set; }

List of one or more hazardous materials for which the vehicle has a permit.

C#
public HazardousPermit? VehicleHazardousPermits { get; set; }

The height of the vehicle in the specified dimension units.

C#
public double VehicleHeight { get; set; }

The length of the vehicle in the specified dimension units.

C#
public double VehicleLength { get; set; }

The maximum gradient the vehicle can drive measured in degrees.

C#
public double VehicleMaxGradient { get; set; }

The minimum required radius for the vehicle to turn in the specified dimension units.

C#
public double VehicleMinTurnRadius { get; set; }

Indicates if the truck is pulling a semi-trailer. Semi-trailer restrictions are mostly used in North America.

C#
public bool? VehicleSemi { get; set; }

The number of trailers.

C#
public int VehicleTrailers { get; set; }

The weight of the vehicle in the specified weight units.

C#
public double VehicleWeight { get; set; }

The width of the vehicle in the specified dimension units.

C#
public double VehicleWidth { get; set; }

The unit of measurement of weight.

C#
public WeightUnit? WeightUnit { get; set; }