Enum RouteFeatureWeight
Definition
- Assembly:
- Tizen.Maps.dll
Route feature weights used in route search requests.
public enum RouteFeatureWeight
Fields
| Name | Description |
|---|---|
| Avoid | Indicates that a feature is to be avoided. |
| Normal | Indicates normal weighting. |
| Prefer | Indicates that a feature is preferred. |
| SoftExclude | Indicates that soft-exclude applies to the feature. |
| StrictExclude | Indicates that the feature is to be strictly excluded. |