Interface IPlaceSearchPreference

    Definition

    Namespace:
    Tizen.Maps
    Assembly:
    Tizen.Maps.dll

    The preferences for a place search.

    public interface IPlaceSearchPreference

    Properties

    View Source

    CountryCode

    Gets or sets a string that represents the code of a preferred country.

    Declaration
    string CountryCode { get; set; }
    Property Value
    Type Description
    string
    View Source

    Language

    Gets or sets the preferred language.

    Declaration
    string Language { get; set; }
    Property Value
    Type Description
    string
    Remarks

    Language should be specified as an ISO 3166 alpha-2 two letter country-code followed by ISO 639-1 for the two-letter language code.
    e.g. "ko-KR", "en-US".

    View Source

    MaxResults

    Gets or sets the maximum number of results.

    Declaration
    int MaxResults { get; set; }
    Property Value
    Type Description
    int
    View Source

    Properties

    Gets or sets the search properties as a key value pair.

    Declaration
    IReadOnlyDictionary<string, string> Properties { get; set; }
    Property Value
    Type Description
    IReadOnlyDictionary<, ><string, string>
    View Source

    Unit

    Gets or sets the distance unit.

    Declaration
    DistanceUnit Unit { get; set; }
    Property Value
    Type Description
    DistanceUnit

    Extension Methods

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