Back to Devexpress

AzureRouteInstructionType Enum

windowsforms-devexpress-dot-xtramap-76317364.md

latest1.3 KB
Original Source

AzureRouteInstructionType Enum

Lists values that indicate the guidance instruction type.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public enum AzureRouteInstructionType
vb
Public Enum AzureRouteInstructionType

Members

NameDescription
DirectionInfo

Direction-related instruction (for instance, “Keep right”).

| | LocationArrival |

The arrival point.

| | LocationDeparture |

The departure point.

| | LocationWaypoint |

An intermediate waypoint in the route.

| | RoadChange |

A change in road (for example, entering a highway).

| | Turn |

A turn instruction (for example, “Turn right”).

|

The following properties accept/return AzureRouteInstructionType values:

See Also

DevExpress.XtraMap Namespace