Enum TurnInstruction

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll
API Level:
3

Turns the Instruction type for route maneuver.

C#
Copy
public enum TurnInstruction
Name Description
BearLeft

Indicates instruction to bear left.

BearRight

Indicates instruction to bear right.

HardLeft

Indicates instruction to turn hard to the left.

HardRight

Indicates instruction to turn hard to the right.

Left

Indicates instruction to turn left.

LeftFork

Indicates instruction to take left fork.

LightLeft

Indicates instruction to turn slightly to the left.

LightRight

Indicates instruction to turn slightly to the right.

None

Indicates an unknown instruction.

Right

Indicates instruction to turn right.

RightFork

Indicates instruction to take right fork.

Straight

Indicates instruction to move straight.

StraightFork

Indicates instruction to take straight fork.

UturnLeft

Indicates instruction to U-turn to the left.

UturnRight

Indicates instruction to U-turn to the right.