Class BingRestTruckRouteAvoidance
Contains road types to minimize or avoid.
Inheritance
System.Object
BingRestTruckRouteAvoidance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class BingRestTruckRouteAvoidance : Enum
Fields
BorderCrossing
Avoids crossing country borders in the route.
Declaration
public const BingRestTruckRouteAvoidance BorderCrossing
Field Value
Highways
Avoids the use of highways in the route.
Declaration
public const BingRestTruckRouteAvoidance Highways
Field Value
MinimizeHighways
Minimizes (tries to avoid) the use of highways in the route.
Declaration
public const BingRestTruckRouteAvoidance MinimizeHighways
Field Value
MinimizeTolls
Minimizes (tries to avoid) the use of toll roads in the route.
Declaration
public const BingRestTruckRouteAvoidance MinimizeTolls
Field Value
Tolls
Avoids the use of toll roads in the route.
Declaration
public const BingRestTruckRouteAvoidance Tolls
Field Value
value__
Declaration
public int value__
Field Value
System.
|