Back to Devexpress

AzureRouteInstruction.InstructionType Property

wpf-devexpress-dot-xpf-dot-map-dot-azurerouteinstruction-32c71600.md

latest1.5 KB
Original Source

AzureRouteInstruction.InstructionType Property

Returns the instruction type, for example, Turn or RoadChange.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public AzureRouteInstructionType InstructionType { get; }
vb
Public ReadOnly Property InstructionType As AzureRouteInstructionType

Property Value

TypeDescription
AzureRouteInstructionType

The instruction type.

|

Available values:

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”).

|

See Also

AzureRouteInstruction Class

AzureRouteInstruction Members

DevExpress.Xpf.Map Namespace