Class PlaceMedia
Definition
- Assembly:
- Tizen.Maps.dll
Place media information, used in place discovery and search requests.
public class PlaceMedia
- Inheritance
-
objectPlaceMedia
Properties
View SourceAttribution
Gets a string representing the attribution for this place media.
Declaration
public string Attribution { get; }
Property Value
Type | Description |
---|---|
string |
Supplier
Gets an instance of PlaceLink object representing the supplier for this place media.
Declaration
public PlaceLink Supplier { get; }
Property Value
Type | Description |
---|---|
PlaceLink |
Via
Gets an instance of PlaceLink object representing via data for this place media.
Declaration
public PlaceLink Via { get; }
Property Value
Type | Description |
---|---|
PlaceLink |