Back to Devexpress

AzureRouteInstruction.JunctionType Property

windowsforms-devexpress-dot-xtramap-dot-azurerouteinstruction-79ebeef7.md

latest1.5 KB
Original Source

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.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public AzureRouteJunctionType JunctionType { get; }
vb
Public ReadOnly Property JunctionType As AzureRouteJunctionType

Property Value

TypeDescription
AzureRouteJunctionType

A junction type.

|

Available values:

NameDescription
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

AzureRouteInstruction Class

AzureRouteInstruction Members

DevExpress.XtraMap Namespace