Skip to main content
All docs
V25.1
  • AzureRouteInstructionType Enum

    Lists values that indicate the guidance instruction type.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public enum AzureRouteInstructionType

    Members

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

    Related API Members

    The following properties accept/return AzureRouteInstructionType values:

    See Also