Interface IRouteSearchPreference

    Definition

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

    The preferences for route search.

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

    Properties

    View Source

    Mode

    Gets or sets the route transport mode.

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

    Optimization

    Gets or sets the route optimization.

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

    RouteFeature

    Gets or sets the route feature.

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

    RouteFeatureWeight

    Gets or sets the route feature weight.

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

    SearchAlternativeRoutes

    Gets or sets if a search for alternative routes is enabled.

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

    Unit

    Gets or sets the distance unit.

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