Interface IGeocodePreference
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
The preference for geocode searches.
C#Copypublic interface IGeocodePreference
Properties
Declaration
C#Copystring 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
Declaration
C#Copyint MaxResults { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
Setting a negative value will not have any effect on MaxResults value.