Interface IRouteSearchPreference
Definition
- Assembly:
- Tizen.Maps.dll
The preferences for route search.
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public interface IRouteSearchPreference
Properties
View SourceMode
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 |
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 |
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 |
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 |
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 |
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 |