Class PlaceRating

    Definition

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

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

    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public class PlaceRating
    Inheritance
    object
    PlaceRating

    Properties

    View Source

    Average

    Gets the average value of this place rating.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public double Average { get; }
    Property Value
    Type Description
    double
    View Source

    UserCount

    Gets the number of users rated for this place rating.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public int UserCount { get; }
    Property Value
    Type Description
    int

    Methods

    View Source

    ToString()

    Returns a string that represents this object.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public override string ToString()
    Returns
    Type Description
    string

    Returns a string which presents this object.

    Overrides
    object.ToString()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX