Class PlaceEditorial
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Place editorial information, used in place discovery and search requests.
public class PlaceEditorial
- Inheritance
-
PlaceEditorial
Properties
View SourceDescription
Gets a description for this place editorial.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceLanguage
Gets a language for this place editorial.
Declaration
public string Language { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceMedia
Gets an instance of PlaceMedia object which representing media for this place editorial.
Declaration
public PlaceMedia Media { get; }
Property Value
Type | Description |
---|---|
PlaceMedia |
API Level: 3
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. |