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