Class BingRestVehicleSpec
Inheritance
System.Object
BingRestVehicleSpec
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class BingRestVehicleSpec : Object
Constructors
BingRestVehicleSpec()
Declaration
public BingRestVehicleSpec()
Properties
DimensionUnit
Declaration
public Nullable<DimensionUnit> DimensionUnit { get; set; }
Property Value
|
System.Nullable<DimensionUnit>
|
VehicleAvoidCrossWinds
Declaration
public Nullable<bool> VehicleAvoidCrossWinds { get; set; }
Property Value
|
System.Nullable<System.Boolean>
|
VehicleAvoidGroundingRisk
Declaration
public Nullable<bool> VehicleAvoidGroundingRisk { get; set; }
Property Value
|
System.Nullable<System.Boolean>
|
VehicleAxels
Declaration
public int VehicleAxels { get; set; }
Property Value
|
System.Int32
|
VehicleHazardousMaterials
Declaration
public Nullable<HazardousMaterial> VehicleHazardousMaterials { get; set; }
Property Value
|
System.Nullable<HazardousMaterial>
|
VehicleHazardousPermits
Declaration
public Nullable<HazardousPermit> VehicleHazardousPermits { get; set; }
Property Value
|
System.Nullable<HazardousPermit>
|
VehicleHeight
Declaration
public double VehicleHeight { get; set; }
Property Value
|
System.Double
|
VehicleLength
Declaration
public double VehicleLength { get; set; }
Property Value
|
System.Double
|
VehicleMaxGradient
Declaration
public double VehicleMaxGradient { get; set; }
Property Value
|
System.Double
|
VehicleMinTurnRadius
Declaration
public double VehicleMinTurnRadius { get; set; }
Property Value
|
System.Double
|
VehicleSemi
Declaration
public Nullable<bool> VehicleSemi { get; set; }
Property Value
|
System.Nullable<System.Boolean>
|
VehicleTrailers
Declaration
public int VehicleTrailers { get; set; }
Property Value
|
System.Int32
|
VehicleWeight
Declaration
public double VehicleWeight { get; set; }
Property Value
|
System.Double
|
VehicleWidth
Declaration
public double VehicleWidth { get; set; }
Property Value
|
System.Double
|
WeightUnit
Declaration
public Nullable<WeightUnit> WeightUnit { get; set; }
Property Value
|
System.Nullable<WeightUnit>
|