Skip to main content
All docs
V25.1
  • AzureRouteInstruction.InstructionType Property

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

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public AzureRouteInstructionType InstructionType { get; }

    Property Value

    Type Description
    AzureRouteInstructionType

    The instruction type.

    Available values:

    Name Description
    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