Back to Devexpress

AzureRouteInstruction.DrivingSide Property

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

latest1.3 KB
Original Source

AzureRouteInstruction.DrivingSide Property

Indicates left-hand or right-hand side driving at the point of the maneuver.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public AzureRouteDrivingSide DrivingSide { get; }
vb
Public ReadOnly Property DrivingSide As AzureRouteDrivingSide

Property Value

TypeDescription
AzureRouteDrivingSide

A driving side.

|

Available values:

NameDescription
Left

The vehicle must keep to the left side of the road.

| | Right |

The vehicle must keep to the right side of the road.

|

See Also

AzureRouteInstruction Class

AzureRouteInstruction Members

DevExpress.XtraMap Namespace