Class RouteSearchRequest

    Definition

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

    Routes the search request for Tizen map service requests.

    public class RouteSearchRequest : MapServiceRequest<Route>
    Inheritance
    object
    MapServiceRequest<Route>
    RouteSearchRequest

    Properties

    View Source

    Waypoints

    Gets or sets a list of way-points to cover between the origin and destination.

    Declaration
    public IEnumerable<Geocoordinates> Waypoints { get; set; }
    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