Class PlaceEditorial
Definition
- Assembly:
- Tizen.Maps.dll
Place editorial information, used in place discovery and search requests.
public class PlaceEditorial
- Inheritance
-
objectPlaceEditorial
Properties
View SourceDescription
Gets a description for this place editorial.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
Language
Gets a language for this place editorial.
Declaration
public string Language { get; }
Property Value
Type | Description |
---|---|
string |
Media
Gets an instance of PlaceMedia object which representing media for this place editorial.
Declaration
public PlaceMedia Media { get; }
Property Value
Type | Description |
---|---|
PlaceMedia |
Methods
View SourceToString()
Returns a string that represents this object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | Returns a string which presents this object. |
Overrides
object.ToString()