Show / Hide Table of Contents

    Interface IPlaceSearchPreference

    The preferences for a place search.

    Namespace: Tizen.Maps
    Assembly: Tizen.Maps.dll
    Syntax
    public interface IPlaceSearchPreference

    Properties

    CountryCode

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

    Declaration
    string CountryCode { get; set; }
    Property Value
    Type Description
    String
    API Version
    3

    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".

    API Version
    3

    MaxResults

    Gets or sets the maximum number of results.

    Declaration
    int MaxResults { get; set; }
    Property Value
    Type Description
    Int32
    API Version
    3

    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>
    API Version
    3

    Unit

    Gets or sets the distance unit.

    Declaration
    DistanceUnit Unit { get; set; }
    Property Value
    Type Description
    DistanceUnit
    API Version
    3
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX