BingManeuverType Enum
Lists the values used to specify the current maneuver type.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v18.2.dll
Declaration
Members
Name | Description |
---|---|
None | No maneuver. |
Unknown | Unknown maneuver. |
DepartStart | Depart the first stop on the route. |
DepartIntermediateStop | Depart an intermediate stop on the route. |
DepartIntermediateStopReturning | Return to an intermediate stop on the route. |
ArriveFinish | Arrive at the last stop in the route. |
ArriveIntermediateStop | Arrive at an intermediate stop in the route. |
TurnLeft | Turn left. |
TurnRight | Turn right. |
TurnBack | Turn around. |
UTurn | Take a U-turn. |
TurnToStayLeft | Turn then stay left. |
TurnToStayRight | Turn then stay right. |
BearLeft | Bear left. |
BearRight | Bear right. |
KeepToStayLeft | Keep on the current road then stay left. |
KeepToStayRight | Keep on the current road then stay right. |
KeepToStayStraight | Keep on the current road then go straight. |
KeepLeft | Keep left. |
KeepRight | Keep right. |
KeepStraight | Keep straight. |
Take | Take a new road. |
TakeRampLeft | Take a ramp left. |
TakeRampRight | Take a ramp right. |
TakeRampStraight | Take a ramp straight ahead. |
KeepOnrampLeft | Keep on the left side of the ramp. |
KeepOnrampRight | Keep on the right side of the ramp. |
KeepOnrampStraight | Keep straight ahead on the ramp. |
Merge | Merge onto another road. |
Continue | Continue along the current road. |
RoadNameChange | The road name has changed. |
EnterRoundabout | Enter a roundabout. |
ExitRoundabout | Exit a roundabout. |
TurnRightThenTurnRight | Turn right then turn right. |
TurnRightThenTurnLeft | Turn right then turn left. |
TurnRightThenBearRight | Turn right then bear right. |
TurnRightThenBearLeft | Turn right then bear left. |
TurnLeftThenTurnLeft | Turn left then turn left. |
TurnLeftThenTurnRight | Turn left then turn right. |
TurnLeftThenBearLeft | Turn left then bear left. |
TurnLeftThenBearRight | Turn left then bear right. |
BearRightThenTurnRight | Bear right then turn right. |
BearRightThenTurnLeft | Bear right then turn left. |
BearRightThenBearRight | Bear right then bear right. |
BearRightThenBearLeft | Bear right then bear left. |
BearLeftThenTurnLeft | Bear left then turn left. |
BearLeftThenTurnRight | Bear left then turn right. |
BearLeftThenBearRight | Bear left then bear right. |
BearLeftThenBearLeft | Bear left then bear left. |
RampThenHighwayRight | Take a ramp to the highway on the right. |
RampThenHighwayLeft | Take a ramp to the highway on the left. |
RampToHighwayStraight | Take a ramp to the highway straight ahead. |
EnterThenExitRoundabout | Enter then exit a roundabout. |
BearThenMerge | Bear then merge onto another road. |
TurnThenMerge | Turn then merge onto another road. |
BearThenKeep | Bear then keep on the current road. |
Transfer | Transfer from one transit to another. |
Wait | Wait. |
TakeTransit | Take transit. |
Walk | Walk. |
TurnLeftSharp | |
TurnRightSharp |
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.