Class PlaceEditorial
Definition
- Assembly:
- Tizen.Maps.dll
Place editorial information, used in place discovery and search requests.
C#Copypublic class PlaceEditorial
- Inheritance
-
objectPlaceEditorial
Properties
Declaration
C#Copypublic string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copypublic string Language { get; }
Property Value
| Type | Description |
|---|---|
| string |
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 |
Methods
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | Returns a string which presents this object. |
Overrides
object.ToString()