Interface IGeocodePreference
Definition
- Assembly:
- Tizen.Maps.dll
The preference for geocode searches.
public interface IGeocodePreference
Properties
View SourceLanguage
Gets or sets a string that presents 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".
MaxResults
Gets or sets the maximum number of results.
Declaration
int MaxResults { get; set; }
Property Value
Type | Description |
---|---|
int |
Remarks
Setting a negative value will not have any effect on MaxResults value.