Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
The preferences for a place search.
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public interface IPlaceSearchPreference
Properties
View Source
CountryCode
Gets or sets a string that represents the code of a preferred country.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
string CountryCode { get; set; }
Property Value
View Source
Language
Gets or sets the preferred language.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
string Language { get; set; }
Property Value
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
View Source
Properties
Gets or sets the search properties as a key value pair.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
IReadOnlyDictionary<string, string> Properties { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, string> |
|
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
DistanceUnit Unit { get; set; }
Property Value