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