Class PlaceReview

Definition

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

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

C#
Copy
public class PlaceReview
Inheritance
System.Object
PlaceReview

Properties

View Source

Date

Gets an instance of System.DateTime object representing the time of this review.

Declaration
C#
Copy
public DateTime Date { get; }
Property Value
Type Description
System.DateTime
API Level: 3
View Source

Description

Gets a string representing the description of this review.

Declaration
C#
Copy
public string Description { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Language

Gets a string representing the language of this review.

Declaration
C#
Copy
public string Language { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Rating

Gets a value representing the rating of this review.

Declaration
C#
Copy
public double Rating { get; }
Property Value
Type Description
System.Double
API Level: 3
View Source

ReviewMedia

Gets an instance of PlaceMedia object representing the review media of this review.

Declaration
C#
Copy
public PlaceMedia ReviewMedia { get; }
Property Value
Type Description
PlaceMedia
API Level: 3
View Source

Title

Gets a string representing the title of this review.

Declaration
C#
Copy
public string Title { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Gets an instance of PlaceLink object representing the user link of this review.

Declaration
C#
Copy
public PlaceLink UserLink { get; }
Property Value
Type Description
PlaceLink
API Level: 3