AzureRouteAvoidType Enum
In This Article
Lists values that the AzureRouteDataProvider
should avoid when calculating the route.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
#Members
Name | Description |
---|---|
None
|
Items to avoid are not specified. |
Already
|
Avoids using the same road multiple times. |
Border
|
Avoids border crossings in route calculation. |
Carpools
|
Avoids routes that require the use of carpool (HOV/High Occupancy Vehicle) lanes. |
Ferries
|
Avoids ferries. |
Motorways
|
Avoids motorways. |
Toll
|
Avoids toll roads. |
Unpaved
|
Avoids unpaved roads. |
#Related API Members
The following properties accept/return AzureRouteAvoidType values:
See Also