Class PlaceReview

    Definition

    Namespace:
    Tizen.Maps
    Assembly:
    Tizen.Maps.dll

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

    public class PlaceReview
    Inheritance
    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
    View Source

    Description

    Gets a string representing the description of this review.

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    string
    View Source

    Language

    Gets a string representing the language of this review.

    Declaration
    public string Language { get; }
    Property Value
    Type Description
    string
    View Source

    Rating

    Gets a value representing the rating of this review.

    Declaration
    public double Rating { get; }
    Property Value
    Type Description
    double
    View Source

    ReviewMedia

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

    Declaration
    public PlaceMedia ReviewMedia { get; }
    Property Value
    Type Description
    PlaceMedia
    View Source

    Title

    Gets a string representing the title of this review.

    Declaration
    public string Title { get; }
    Property Value
    Type Description
    string
    View Source

    UserLink

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

    Declaration
    public PlaceLink UserLink { get; }
    Property Value
    Type Description
    PlaceLink
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX