Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
The preferences for route search.
public interface IRouteSearchPreference
Properties
View Source
Mode
Gets or sets the route transport mode.
Declaration
TransportMode Mode { get; set; }
Property Value
API Level: 3
View Source
Optimization
Gets or sets the route optimization.
Declaration
RouteOptimization Optimization { get; set; }
Property Value
API Level: 3
View Source
RouteFeature
Gets or sets the route feature.
Declaration
RouteFeature RouteFeature { get; set; }
Property Value
API Level: 3
View Source
RouteFeatureWeight
Gets or sets the route feature weight.
Declaration
RouteFeatureWeight RouteFeatureWeight { get; set; }
Property Value
API Level: 3
View Source
SearchAlternativeRoutes
Gets or sets if a search for alternative routes is enabled.
Declaration
bool SearchAlternativeRoutes { get; set; }
Property Value
API Level: 3
Declaration
DistanceUnit Unit { get; set; }
Property Value
API Level: 3