Enum TurnInstruction

    Definition

    Namespace:
    Tizen.Maps
    Assembly:
    Tizen.Maps.dll

    Turns the Instruction type for route maneuver.

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public enum TurnInstruction

    Fields

    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX