Skip to main content
A newer version of this page is available. .

BingRouteOptions.AvoidRoads Property

Gets or sets an option that allows limitation of the use of the toll or highway roads.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

[DefaultValue(BingAvoidRoads.None)]
public BingAvoidRoads AvoidRoads { get; set; }

Property Value

Type Default Description
BingAvoidRoads **None**

A BingAvoidRoads enumeration value.

Available values:

Name Description
None

All road types can be used to build a route.

Highways

Highways are not used to build a route.

Tolls

Toll roads are not used to build a route.

MinimizeHighways

The number of highways is minimized in a route.

MinimizeTolls

The number of toll roads is minimized in a route.

Property Paths

You can access this nested property as listed below:

Object Type Path to AvoidRoads
BingRouteDataProvider
.RouteOptions.AvoidRoads
See Also