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