Class PlaceEditorial

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll
API Level:
3

Place editorial information, used in place discovery and search requests.

C#
Copy
public class PlaceEditorial
Inheritance
System.Object
PlaceEditorial

Properties

View Source

Description

Gets a description for this place editorial.

Declaration
C#
Copy
public string Description { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Language

Gets a language for this place editorial.

Declaration
C#
Copy
public string Language { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Media

Gets an instance of PlaceMedia object which representing media for this place editorial.

Declaration
C#
Copy
public PlaceMedia Media { get; }
Property Value
Type Description
PlaceMedia
API Level: 3

Methods

View Source

ToString()

Returns a string that represents this object.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

Returns a string which presents this object.

Overrides
System.Object.ToString()
API Level: 3