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

    Returns a direction for the instruction in degrees.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public int TurnAngleDegrees { get; }

    Property Value

    Type Description
    Int32

    The instruction direction in degrees.

    Remarks

    If JunctionType indicates a turn instruction (AzureRouteJunctionType.Regular):

    • 180 = U-turn
    • [-179, -1] = Left turn
    • 0 = Straight on
    • [1, 179] = Right turn

    If JunctionType indicates a bifurcation instruction (AzureRouteJunctionType.Bifurcation):

    • < 0 - Keep left
    • > 0 - Keep right
    See Also