Class PlaceRating
Definition
- Assembly:
- Tizen.Maps.dll
Place rating information, used in place discovery and search requests.
C#Copypublic class PlaceRating
- Inheritance
-
objectPlaceRating
Properties
Declaration
C#Copypublic double Average { get; }
Property Value
Type | Description |
---|---|
double |
Declaration
C#Copypublic int UserCount { get; }
Property Value
Type | Description |
---|---|
int |
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
string | Returns a string which presents this object. |
Overrides
object.ToString()