Class PlaceMedia
Definition
- Assembly:
- Tizen.Maps.dll
Place media information, used in place discovery and search requests.
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public class PlaceMedia
- Inheritance
-
objectPlaceMedia
Properties
Declaration
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public string Attribution { get; }
Property Value
Type | Description |
---|---|
string |
View Source
Supplier
Gets an instance of PlaceLink object representing the supplier for this place media.
Declaration
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public PlaceLink Supplier { get; }
Property Value
Type | Description |
---|---|
PlaceLink |
Declaration
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public PlaceLink Via { get; }
Property Value
Type | Description |
---|---|
PlaceLink |