Class PlaceImage

    Definition

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

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

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

    Properties

    View Source

    Height

    Gets the height for this place image.

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

    Id

    Gets an ID for this place image.

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

    ImageMedia

    Gets an object representing the image media for this place image.

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

    Url

    Gets an URL for this place image.

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

    UserLink

    Gets an object representing the user link for this place image.

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

    Width

    Gets the width for this place image.

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