Contains road types to minimize or avoid.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public enum BingRestRouteAvoidance
Fields
Avoids the use of highways in the route.
C#
Highways = 1
Minimizes (tries to avoid) the use of highways in the route.
C#
MinimizeHighways = 3
Minimizes (tries to avoid) the use of toll roads in the route.
C#
MinimizeTolls = 4
Use all roads.
C#
None = 0
Avoids the use of toll roads in the route.
C#
Tolls = 2