Enum RouteAvoidance
Contains road types to minimize or avoid.
Namespace: Telerik.WinControls.UI.Map.Bing
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public enum RouteAvoidance
BorderCrossing
Avoids crossing country borders in the route.
Ferry
Avoids the use of ferries 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.
None
Use all roads.
Tolls
Avoids the use of toll roads in the route.