Class PlaceEditorial

Definition

Namespace:
Tizen.Maps
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
object
PlaceEditorial

Properties

View Source

Description

Gets a description for this place editorial.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public string Description { get; }
Property Value
Type Description
string
View Source

Language

Gets a language for this place editorial.

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

View Source

ToString()

Returns a string that represents this object.

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()