Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Place review information, used in place discovery and search requests.
- Inheritance
-
System.Object
PlaceReview
Properties
View Source
Date
Gets an instance of System.DateTime object representing the time of this review.
Declaration
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
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
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
public double Rating { get; }
Property Value
Type |
Description |
System.Double |
|
API Level: 3
Declaration
public PlaceMedia ReviewMedia { get; }
Property Value
API Level: 3
View Source
Title
Gets a string representing the title of this review.
Declaration
public string Title { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
UserLink
Gets an instance of PlaceLink object representing the user link of this review.
Declaration
public PlaceLink UserLink { get; }
Property Value
API Level: 3