ManeuverType Enumeration

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Contains values that represent route maneuvers.

Syntax

public enum ManeuverType
Public Enum ManeuverType

Members

Member

Description

ArriveFinish

Arrive at the last stop in the route.

ArriveIntermediateStop

Arrive at an intermediate stop in the route.

BearLeft

Bear left.

BearLeftThenBearLeft

Bear left then bear left.

BearLeftThenBearRight

Bear left then bear right.

BearLeftThenTurnLeft

Bear left then turn left.

BearLeftThenTurnRight

Bear left then turn right.

BearRight

Bear right.

BearRightThenBearLeft

Bear right then bear left.

BearRightThenBearRight

Bear right then bear right.

BearRightThenTurnLeft

Bear right then turn left.

BearRightThenTurnRight

Bear right then turn right.

BearThenKeep

Bear then keep on the current road.

BearThenMerge

Bear then merge onto another road.

Continue

Continue along the current road.

DepartIntermediateStop

Depart an intermediate stop in the route.

DepartIntermediateStopReturning

Return to an intermediate stop in the route.

DepartStart

Depart the first stop in the route.

EnterRoundabout

Enter a roundabout.

EnterThenExitRoundabout

Enter then exit a roundabout.

ExitRoundabout

Exit a roundabout.

KeepLeft

Keep left.

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.

KeepRight

Keep right.

KeepStraight

Keep straight.

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.

Merge

Merge onto another road.

None

No maneuver.

RampThenHighwayLeft

Take a ramp to the highway on the left.

RampThenHighwayRight

Take a ramp to the highway on the right.

RampToHighwayStraight

Take a ramp to the highway straight ahead.

RoadNameChange

The road name changed.

Take

Take a new road.

TakeRampLeft

Take a ramp left.

TakeRampRight

Take a ramp right.

TakeRampStraight

Take a ramp straight ahead.

TakeTransit

Take transit.

Transfer

Transfer from one transit to another.

TurnBack

Turn around.

TurnLeft

Turn left.

TurnLeftThenBearLeft

Turn left then bear left.

TurnLeftThenBearRight

Turn left then bear right.

TurnLeftThenTurnLeft

Turn left then turn left.

TurnLeftThenTurnRight

Turn left then turn right.

TurnRight

Turn right.

TurnRightThenBearLeft

Turn right then bear left.

TurnRightThenBearRight

Turn right then bear right.

TurnRightThenTurnLeft

Turn right then turn left.

TurnRightThenTurnRight

Turn right then turn right.

TurnThenMerge

Turn then merge onto another road.

TurnToStayLeft

Turn then stay left.

TurnToStayRight

Turn then stay right.

Unknown

Unknown maneuver.

UTurn

Take a U-turn.

Wait

Wait.

Walk

Walk.

See Also

ItineraryItem.ManeuverType Property