Class PlaceMedia

Definition

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

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

C#
Copy
public class PlaceMedia
Inheritance
PlaceMedia

Properties

View Source

Attribution

Gets a string representing the attribution for this place media.

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

Supplier

Gets an instance of PlaceLink object representing the supplier for this place media.

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

Via

Gets an instance of PlaceLink object representing via data for this place media.

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