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