Class PlaceEditorial
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Place editorial information, used in place discovery and search requests.
C#Copypublic class PlaceEditorial
- Inheritance
-
System.ObjectPlaceEditorial
Properties
Declaration
C#Copypublic string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 3
Declaration
C#Copypublic string Language { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 3
View Source
Media
Gets an instance of PlaceMedia object which representing media for this place editorial.
Declaration
C#Copypublic PlaceMedia Media { get; }
Property Value
Type | Description |
---|---|
PlaceMedia |
API Level: 3
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | Returns a string which presents this object. |
Overrides
System.Object.ToString()