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
-
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
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public string Id { get; }
Property Value
View Source
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
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public string Url { get; }
Property Value
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
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public int Width { get; }
Property Value