Class PlaceLink

    Definition

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

    Place link object information, used in place discovery and search requests.

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

    Properties

    View Source

    Id

    Gets a string representing the ID for this place link.

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

    Link

    Gets a string representing the link for this place link.

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

    Name

    Gets a string representing the name for this place link.

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

    Type

    Gets a string representing the type for this place link.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13.")]
    public string Type { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX