Class PlaceEditorial
Definition
- Assembly:
- Tizen.Maps.dll
Place editorial information, used in place discovery and search requests.
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public class PlaceEditorial
- Inheritance
-
objectPlaceEditorial
Properties
Declaration
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public 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#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public PlaceMedia Media { get; }
Property Value
| Type | Description |
|---|---|
| PlaceMedia |
Methods
Declaration
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public override string ToString()
Returns
| Type | Description |
|---|---|
| string | Returns a string which presents this object. |
Overrides
object.ToString()