Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Place rating information, used in place discovery and search requests.
- Inheritance
-
System.Object
PlaceRating
Properties
View Source
Average
Gets the average value of this place rating.
Declaration
public double Average { get; }
Property Value
Type |
Description |
System.Double |
|
API Level: 3
View Source
UserCount
Gets the number of users rated for this place rating.
Declaration
public int UserCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3
Methods
View Source
ToString()
Returns a string that represents this object.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
Returns a string which presents this object.
|
Overrides
API Level: 3