Class PlaceRating

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll
API Level:
3

Place rating information, used in place discovery and search requests.

C#
Copy
public class PlaceRating
Inheritance
System.Object
PlaceRating

Properties

View Source

Average

Gets the average value of this place rating.

Declaration
C#
Copy
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
C#
Copy
public int UserCount { get; }
Property Value
Type Description
Int32
API Level: 3

Methods

View Source

ToString()

Returns a string that represents this object.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

Returns a string which presents this object.

Overrides
System.Object.ToString()
API Level: 3