Class RouteSearchRequest

    Definition

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

    Routes the search request for Tizen map service requests.

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public class RouteSearchRequest : MapServiceRequest<Route>, IDisposable
    Inheritance
    object
    MapServiceRequest<Route>
    RouteSearchRequest
    Implements
    System.IDisposable

    Properties

    View Source

    Waypoints

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

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public IEnumerable<Geocoordinates> Waypoints { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<T><Geocoordinates>

    Implements

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