Class
BingRestVehicleSpec

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

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class BingRestVehicleSpec

Inheritance: objectBingRestVehicleSpec

Constructors

BingRestVehicleSpec()

Initializes a new instance of the BingRestVehicleSpec class.

Declaration

cs-api-definition
public BingRestVehicleSpec()

Properties

DimensionUnit

The unit of measurement of width, height, length.

Declaration

cs-api-definition
public DimensionUnit? DimensionUnit { get; set; }

Property Value

DimensionUnit?

VehicleAvoidCrossWinds

Indicates if the vehicle shall avoid crosswinds.

Declaration

cs-api-definition
public bool? VehicleAvoidCrossWinds { get; set; }

Property Value

bool?

VehicleAvoidGroundingRisk

Indicates if the route shall avoid the risk of grounding.

Declaration

cs-api-definition
public bool? VehicleAvoidGroundingRisk { get; set; }

Property Value

bool?

VehicleAxels

The number of axles.

Declaration

cs-api-definition
public int VehicleAxels { get; set; }

Property Value

int

VehicleHazardousMaterials

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

Declaration

cs-api-definition
public HazardousMaterial? VehicleHazardousMaterials { get; set; }

Property Value

HazardousMaterial?

VehicleHazardousPermits

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

Declaration

cs-api-definition
public HazardousPermit? VehicleHazardousPermits { get; set; }

Property Value

HazardousPermit?

VehicleHeight

The height of the vehicle in the specified dimension units.

Declaration

cs-api-definition
public double VehicleHeight { get; set; }

Property Value

double

VehicleLength

The length of the vehicle in the specified dimension units.

Declaration

cs-api-definition
public double VehicleLength { get; set; }

Property Value

double

VehicleMaxGradient

The maximum gradient the vehicle can drive measured in degrees.

Declaration

cs-api-definition
public double VehicleMaxGradient { get; set; }

Property Value

double

VehicleMinTurnRadius

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

Declaration

cs-api-definition
public double VehicleMinTurnRadius { get; set; }

Property Value

double

VehicleSemi

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

Declaration

cs-api-definition
public bool? VehicleSemi { get; set; }

Property Value

bool?

VehicleTrailers

The number of trailers.

Declaration

cs-api-definition
public int VehicleTrailers { get; set; }

Property Value

int

VehicleWeight

The weight of the vehicle in the specified weight units.

Declaration

cs-api-definition
public double VehicleWeight { get; set; }

Property Value

double

VehicleWidth

The width of the vehicle in the specified dimension units.

Declaration

cs-api-definition
public double VehicleWidth { get; set; }

Property Value

double

WeightUnit

The unit of measurement of weight.

Declaration

cs-api-definition
public WeightUnit? WeightUnit { get; set; }

Property Value

WeightUnit?