Back to Devexpress

AzureRouteInstructionType Enum

wpf-devexpress-dot-xpf-dot-map-7d678606.md

latest1.3 KB
Original Source

AzureRouteInstructionType Enum

Lists values that indicate the guidance instruction type.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.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.Xpf.Map Namespace