ClassBingRestVehicleSpec
Contains information for a vehicle for a truck route calculation request.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[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
public BingRestVehicleSpec()
Properties
DimensionUnit
The unit of measurement of width, height, length.
Declaration
public DimensionUnit? DimensionUnit { get; set; }
Property Value
VehicleAvoidCrossWinds
Indicates if the vehicle shall avoid crosswinds.
Declaration
public bool? VehicleAvoidCrossWinds { get; set; }
Property Value
bool?
VehicleAvoidGroundingRisk
Indicates if the route shall avoid the risk of grounding.
Declaration
public bool? VehicleAvoidGroundingRisk { get; set; }
Property Value
bool?
VehicleAxels
The number of axles.
VehicleHazardousMaterials
List of one or more hazardous materials for which the vehicle is transporting.
Declaration
public HazardousMaterial? VehicleHazardousMaterials { get; set; }
Property Value
VehicleHazardousPermits
List of one or more hazardous materials for which the vehicle has a permit.
Declaration
public HazardousPermit? VehicleHazardousPermits { get; set; }
Property Value
VehicleHeight
The height of the vehicle in the specified dimension units.
VehicleLength
The length of the vehicle in the specified dimension units.
VehicleMaxGradient
The maximum gradient the vehicle can drive measured in degrees.
VehicleMinTurnRadius
The minimum required radius for the vehicle to turn in the specified dimension units.
Declaration
public double VehicleMinTurnRadius { get; set; }
Property Value
VehicleSemi
Indicates if the truck is pulling a semi-trailer. Semi-trailer restrictions are mostly used in North America.
VehicleTrailers
The number of trailers.
VehicleWeight
The weight of the vehicle in the specified weight units.
VehicleWidth
The width of the vehicle in the specified dimension units.
WeightUnit
The unit of measurement of weight.
Declaration
public WeightUnit? WeightUnit { get; set; }
Property Value