Interface IGeocodePreference

    Definition

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

    The preference for geocode searches.

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public interface IGeocodePreference

    Properties

    View Source

    Language

    Gets or sets a string that presents the preferred language.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    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
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    int MaxResults { get; set; }
    Property Value
    Type Description
    int
    Remarks

    Setting a negative value will not have any effect on MaxResults value.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX