Enum RouteFeatureWeight

    Definition

    Namespace:
    Tizen.Maps
    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.

    Extension Methods

    EXamlExtensions.LoadFromEXaml<RouteFeatureWeight>(RouteFeatureWeight, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<RouteFeatureWeight>(RouteFeatureWeight, string)
    EXamlExtensions.LoadFromEXamlPath<RouteFeatureWeight>(RouteFeatureWeight, string)
    EXamlExtensions.LoadFromEXamlPath<RouteFeatureWeight>(RouteFeatureWeight, Type)
    Extensions.LoadFromXaml<RouteFeatureWeight>(RouteFeatureWeight, string)
    Extensions.LoadFromXaml<RouteFeatureWeight>(RouteFeatureWeight, Type)
    Extensions.LoadFromXamlFile<RouteFeatureWeight>(RouteFeatureWeight, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX