Class RouteManeuver

    Definition

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

    Route maneuver information used in route search requests.

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public class RouteManeuver
    Inheritance
    object
    RouteManeuver

    Properties

    View Source

    Direction

    Gets the direction type for this maneuver.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public DirectionType Direction { get; }
    Property Value
    Type Description
    DirectionType
    View Source

    DistanceToNextInstruction

    Gets the distance to next instruction for this maneuver.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public double DistanceToNextInstruction { get; }
    Property Value
    Type Description
    double
    View Source

    Instruction

    Gets an instruction text for this maneuver.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public string Instruction { get; }
    Property Value
    Type Description
    string
    View Source

    Locale

    Gets a locale for this maneuver.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public string Locale { get; }
    Property Value
    Type Description
    string
    View Source

    Position

    Gets a geographical coordinates position for this maneuver.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public Geocoordinates Position { get; }
    Property Value
    Type Description
    Geocoordinates
    View Source

    Road

    Gets a name of the road for this maneuver.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public string Road { get; }
    Property Value
    Type Description
    string
    View Source

    TimeToNextInstruction

    Gets the time to next instruction for this maneuver.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public int TimeToNextInstruction { get; }
    Property Value
    Type Description
    int
    View Source

    Turn

    Gets the turn type for this maneuver.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public TurnInstruction Turn { get; }
    Property Value
    Type Description
    TurnInstruction
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX