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