Class PlaceAttribute

    Definition

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

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

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

    Properties

    View Source

    Id

    Gets an ID for the place attribute.

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

    Label

    Gets a label for the place attribute.

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

    Text

    Gets a text for the place attribute.

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

    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