Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
The preferences for a place search.
public interface IPlaceSearchPreference
Properties
View Source
CountryCode
Gets or sets a string that represents the code of a preferred country.
Declaration
string CountryCode { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
Language
Gets or sets the preferred language.
Declaration
string Language { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
MaxResults
Gets or sets the maximum number of results.
Declaration
int MaxResults { get; set; }
Property Value
API Level: 3
View Source
Properties
Gets or sets the search properties as a key value pair.
Declaration
IReadOnlyDictionary<string, string> Properties { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyDictionary<System.String, System.String> |
|
API Level: 3
Declaration
DistanceUnit Unit { get; set; }
Property Value
API Level: 3