Class PlaceRating
Definition
- Assembly:
- Tizen.Maps.dll
Place rating information, used in place discovery and search requests.
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public class PlaceRating
- Inheritance
-
objectPlaceRating
Properties
Declaration
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public double Average { get; }
Property Value
| Type | Description |
|---|---|
| double |
Declaration
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public int UserCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Declaration
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public override string ToString()
Returns
| Type | Description |
|---|---|
| string | Returns a string which presents this object. |
Overrides
object.ToString()