New to Telerik UI for WPFStart a free 30-day trial

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 BingRestTruckRouteAvoidance

Fields

Avoids crossing country borders in the route.

C#
BorderCrossing = 4

Avoids the use of highways in the route.

C#
Highways = 0

Minimizes (tries to avoid) the use of highways in the route.

C#
MinimizeHighways = 2

Minimizes (tries to avoid) the use of toll roads in the route.

C#
MinimizeTolls = 3

Avoids the use of toll roads in the route.

C#
Tolls = 1