Back to Devexpress

AzureRouteInstruction.JunctionType Property

wpf-devexpress-dot-xpf-dot-map-dot-azurerouteinstruction-e32a399d.md

latest1.4 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.Xpf.Map

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

NuGet Package : DevExpress.Wpf.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.Xpf.Map Namespace