Class PlaceImage

    Definition

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

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

    public class PlaceImage
    Inheritance
    object
    PlaceImage

    Properties

    View Source

    Height

    Gets the height for this place image.

    Declaration
    public int Height { get; }
    Property Value
    Type Description
    int
    View Source

    Id

    Gets an ID for this place image.

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    string
    View Source

    ImageMedia

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

    Declaration
    public PlaceMedia ImageMedia { get; }
    Property Value
    Type Description
    PlaceMedia
    View Source

    Url

    Gets an URL for this place image.

    Declaration
    public string Url { get; }
    Property Value
    Type Description
    string
    View Source

    UserLink

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

    Declaration
    public PlaceLink UserLink { get; }
    Property Value
    Type Description
    PlaceLink
    View Source

    Width

    Gets the width for this place image.

    Declaration
    public int Width { get; }
    Property Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX