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