Class PlaceImage
Definition
- Assembly:
- Tizen.Maps.dll
Place image information, used in place discovery and search requests.
public class PlaceImage
- Inheritance
-
objectPlaceImage
Properties
View SourceHeight
Gets the height for this place image.
Declaration
public int Height { get; }
Property Value
| Type | Description |
|---|---|
| int |
Id
Gets an ID for this place image.
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
ImageMedia
Gets an object representing the image media for this place image.
Declaration
public PlaceMedia ImageMedia { get; }
Property Value
| Type | Description |
|---|---|
| PlaceMedia |
Url
Gets an URL for this place image.
Declaration
public string Url { get; }
Property Value
| Type | Description |
|---|---|
| string |
UserLink
Gets an object representing the user link for this place image.
Declaration
public PlaceLink UserLink { get; }
Property Value
| Type | Description |
|---|---|
| PlaceLink |
Width
Gets the width for this place image.
Declaration
public int Width { get; }
Property Value
| Type | Description |
|---|---|
| int |