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