BingManeuverType Enum
Lists the values used to specify the current maneuver type.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
#Members
Name | Description |
---|---|
None
|
No maneuver. |
Unknown
|
Unknown maneuver. |
Depart
|
Depart the first stop on the route. |
Depart
|
Depart an intermediate stop on the route. |
Depart
|
Return to an intermediate stop on the route. |
Arrive
|
Arrive at the last stop in the route. |
Arrive
|
Arrive at an intermediate stop in the route. |
Turn
|
Turn left. |
Turn
|
Turn right. |
Turn
|
Turn around. |
UTurn
|
Take a U-turn. |
Turn
|
Turn then stay left. |
Turn
|
Turn then stay right. |
Bear
|
Bear left. |
Bear
|
Bear right. |
Keep
|
Keep on the current road then stay left. |
Keep
|
Keep on the current road then stay right. |
Keep
|
Keep on the current road then go straight. |
Keep
|
Keep left. |
Keep
|
Keep right. |
Keep
|
Keep straight. |
Take
|
Take a new road. |
Take
|
Take a ramp left. |
Take
|
Take a ramp right. |
Take
|
Take a ramp straight ahead. |
Keep
|
Keep on the left side of the ramp. |
Keep
|
Keep on the right side of the ramp. |
Keep
|
Keep straight ahead on the ramp. |
Merge
|
Merge onto another road. |
Continue
|
Continue along the current road. |
Road
|
The road name has changed. |
Enter
|
Enter a roundabout. |
Exit
|
Exit a roundabout. |
Turn
|
Turn right then turn right. |
Turn
|
Turn right then turn left. |
Turn
|
Turn right then bear right. |
Turn
|
Turn right then bear left. |
Turn
|
Turn left then turn left. |
Turn
|
Turn left then turn right. |
Turn
|
Turn left then bear left. |
Turn
|
Turn left then bear right. |
Bear
|
Bear right then turn right. |
Bear
|
Bear right then turn left. |
Bear
|
Bear right then bear right. |
Bear
|
Bear right then bear left. |
Bear
|
Bear left then turn left. |
Bear
|
Bear left then turn right. |
Bear
|
Bear left then bear right. |
Bear
|
Bear left then bear left. |
Ramp
|
Take a ramp to the highway on the right. |
Ramp
|
Take a ramp to the highway on the left. |
Ramp
|
Take a ramp to the highway straight ahead. |
Enter
|
Enter then exit a roundabout. |
Bear
|
Bear then merge onto another road. |
Turn
|
Turn then merge onto another road. |
Bear
|
Bear then keep on the current road. |
Transfer
|
Transfer from one transit to another. |
Wait
|
Wait. |
Take
|
Take transit. |
Walk
|
Walk. |
Turn
|
Turn sharp left. |
Turn
|
Turn sharp right. |
#Related API Members
The following properties accept/return BingManeuverType values:
#Remarks
The values listed by the BingManeuverType enumeration are used to set the BingItineraryItem.Maneuver property.