Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Place image information, used in place discovery and search requests.
- Inheritance
-
Properties
View Source
Height
Gets the height for this place image.
Declaration
public int Height { get; }
Property Value
API Level: 3
Declaration
public string Id { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
Gets an object representing the image media for this place image.
Declaration
public PlaceMedia ImageMedia { get; }
Property Value
API Level: 3
Declaration
public string Url { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
UserLink
Gets an object representing the user link for this place image.
Declaration
public PlaceLink UserLink { get; }
Property Value
API Level: 3
Declaration
public int Width { get; }
Property Value
API Level: 3