Class PlaceImage

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll
API Level:
3

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

C#
Copy
public class PlaceImage
Inheritance
System.Object
PlaceImage

Properties

View Source

Height

Gets the height for this place image.

Declaration
C#
Copy
public int Height { get; }
Property Value
Type Description
Int32
API Level: 3
View Source

Id

Gets an ID for this place image.

Declaration
C#
Copy
public string Id { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

ImageMedia

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

Declaration
C#
Copy
public PlaceMedia ImageMedia { get; }
Property Value
Type Description
PlaceMedia
API Level: 3
View Source

Url

Gets an URL for this place image.

Declaration
C#
Copy
public string Url { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

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

Declaration
C#
Copy
public PlaceLink UserLink { get; }
Property Value
Type Description
PlaceLink
API Level: 3
View Source

Width

Gets the width for this place image.

Declaration
C#
Copy
public int Width { get; }
Property Value
Type Description
Int32
API Level: 3