Enum BingRestTruckRouteAvoidance
Contains road types to minimize or avoid.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public enum BingRestTruckRouteAvoidance
BorderCrossing
Avoids crossing country borders in the route.
Highways
Avoids the use of highways in the route.
MinimizeHighways
Minimizes (tries to avoid) the use of highways in the route.
MinimizeTolls
Minimizes (tries to avoid) the use of toll roads in the route.
Tolls
Avoids the use of toll roads in the route.