Class PlaceImage
Definition
- Assembly:
- Tizen.Maps.dll
Place image information, used in place discovery and search requests.
C#
Copy
public class PlaceImage
- Inheritance
-
objectPlace
Image
Properties
Declaration
C#
Copy
public int Height { get; }
Property Value
Type | Description |
---|---|
int |
Declaration
C#
Copy
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#
Copy
public PlaceMedia ImageMedia { get; }
Property Value
Type | Description |
---|---|
Place |
Declaration
C#
Copy
public string Url { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#
Copy
public PlaceLink UserLink { get; }
Property Value
Type | Description |
---|---|
Place |
Declaration
C#
Copy
public int Width { get; }
Property Value
Type | Description |
---|---|
int |