Class RouteSegment

    Definition

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

    Place Segment information used in Route Search requests.

    public class RouteSegment
    Inheritance
    object
    RouteSegment

    Properties

    View Source

    Destination

    Gets the destination coordinates for this segment.

    Declaration
    public Geocoordinates Destination { get; }
    Property Value
    Type Description
    Geocoordinates
    View Source

    Distance

    Gets the total distance for this segment.

    Declaration
    public double Distance { get; }
    Property Value
    Type Description
    double
    View Source

    Duration

    Gets the total duration to cover this segment.

    Declaration
    public double Duration { get; }
    Property Value
    Type Description
    double
    View Source

    Maneuvers

    Gets the maneuver list for this segment.

    Declaration
    public IEnumerable<RouteManeuver> Maneuvers { get; }
    Property Value
    Type Description
    IEnumerable<><RouteManeuver>
    View Source

    Origin

    Gets the origin coordinates for this segment.

    Declaration
    public Geocoordinates Origin { get; }
    Property Value
    Type Description
    Geocoordinates
    View Source

    Path

    Gets the coordinates list for this segment.

    Declaration
    public IEnumerable<Geocoordinates> Path { get; }
    Property Value
    Type Description
    IEnumerable<><Geocoordinates>

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX