Back to Devexpress

AzureRouteInstruction.Maneuver Property

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

latest2.6 KB
Original Source

AzureRouteInstruction.Maneuver Property

Returns the maneuver.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public AzureRouteGuidanceManeuver Maneuver { get; }
vb
Public ReadOnly Property Maneuver As AzureRouteGuidanceManeuver

Property Value

TypeDescription
AzureRouteGuidanceManeuver

A maneuver.

|

Available values:

Show 33 items

NameDescription
Arrive

You have arrived.

| | ArriveLeft |

You have arrived. Your destination is on the left.

| | ArriveRight |

You have arrived. Your destination is on the right.

| | BearLeft |

Bear left.

| | BearRight |

Bear right.

| | Depart |

Leave.

| | EnterFreeway |

Take the freeway.

| | EnterHighway |

Take the highway.

| | EnterMotorway |

Take the motorway.

| | EntranceRamp |

Take the ramp.

| | Follow |

Follow.

| | KeepLeft |

Keep left.

| | KeepRight |

Keep right.

| | MakeUTurn |

Make a U-turn.

| | MotorwayExitLeft |

Take the left exit.

| | MotorwayExitRight |

Take the right exit.

| | RoundaboutBack |

Go around the roundabout.

| | RoundaboutCross |

Cross the roundabout.

| | RoundaboutLeft |

At the roundabout take the exit on the left.

| | RoundaboutRight |

At the roundabout, take the exit on the right.

| | SharpLeft |

Turn sharp left.

| | SharpRight |

Turn sharp right.

| | Straight |

Keep straight on.

| | SwitchMainRoad |

Switch to the main road.

| | SwitchParallelRoad |

Switch to the parallel road.

| | TakeExit |

Take the exit.

| | TakeFerry |

Take the ferry.

| | TryMakeUTurn |

Try to make a U-turn.

| | TurnLeft |

Turn left.

| | TurnRight |

Turn right.

| | WaypointLeft |

You have reached the waypoint. It is on the left.

| | WaypointReached |

You have reached the waypoint.

| | WaypointRight |

You have reached the waypoint. It is on the right.

|

See Also

AzureRouteInstruction Class

AzureRouteInstruction Members

DevExpress.XtraMap Namespace