Class PlaceMedia

    Definition

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

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

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

    Properties

    View Source

    Attribution

    Gets a string representing the attribution for this place media.

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

    Supplier

    Gets an instance of PlaceLink object representing the supplier for this place media.

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

    Via

    Gets an instance of PlaceLink object representing via data for this place media.

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