Class PlaceRating
Definition
- Assembly:
- Tizen.Maps.dll
Place rating information, used in place discovery and search requests.
public class PlaceRating
- Inheritance
-
objectPlaceRating
Properties
View SourceAverage
Gets the average value of this place rating.
Declaration
public double Average { get; }
Property Value
| Type | Description |
|---|---|
| double |
UserCount
Gets the number of users rated for this place rating.
Declaration
public int UserCount { get; }
Property Value
| Type | Description |
|---|---|
| int |
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. |
Overrides
object.ToString()