Interface IGeocodePreference

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll
API Level:
3

The preference for geocode searches.

C#
Copy
public interface IGeocodePreference

Properties

View Source

Language

Gets or sets a string that presents the preferred language.

Declaration
C#
Copy
string Language { get; set; }
Property Value
Type Description
System.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 Level: 3
View Source

MaxResults

Gets or sets the maximum number of results.

Declaration
C#
Copy
int MaxResults { get; set; }
Property Value
Type Description
Int32
Remarks

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

API Level: 3