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

    Returns the type of the junction where the maneuver takes place. For larger roundabouts, two separate instructions are generated for entering and leaving the roundabout.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public AzureRouteJunctionType JunctionType { get; }

    Property Value

    Type Description
    AzureRouteJunctionType

    A junction type.

    Available values:

    Name Description
    Bifurcation

    Indicates diverging paths in the road.

    Regular

    Indicates a standard intersection or junction.

    Roundabout

    Indicates a roundabout. Instructions are split for entering and exiting.

    See Also