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

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

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public AzureRouteDrivingSide DrivingSide { get; }

    Property Value

    Type Description
    AzureRouteDrivingSide

    A driving side.

    Available values:

    Name Description
    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