Class PlaceReview
Definition
- Assembly:
- Tizen.Maps.dll
Place review information, used in place discovery and search requests.
public class PlaceReview
- Inheritance
-
objectPlaceReview
Properties
View SourceDate
Gets an instance of System.DateTime object representing the time of this review.
Declaration
public DateTime Date { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Description
Gets a string representing the description of this review.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
Language
Gets a string representing the language of this review.
Declaration
public string Language { get; }
Property Value
Type | Description |
---|---|
string |
Rating
Gets a value representing the rating of this review.
Declaration
public double Rating { get; }
Property Value
Type | Description |
---|---|
double |
ReviewMedia
Gets an instance of PlaceMedia object representing the review media of this review.
Declaration
public PlaceMedia ReviewMedia { get; }
Property Value
Type | Description |
---|---|
PlaceMedia |
Title
Gets a string representing the title of this review.
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
string |
UserLink
Gets an instance of PlaceLink object representing the user link of this review.
Declaration
public PlaceLink UserLink { get; }
Property Value
Type | Description |
---|---|
PlaceLink |