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
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
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
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
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
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
DistanceUnit Unit { get; set; }
Property Value