Class PlaceLink

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll

Place link object information, used in place discovery and search requests.

C#
Copy
public class PlaceLink
Inheritance
object
PlaceLink

Properties

View Source

Gets a string representing the ID for this place link.

Declaration
C#
Copy
public string Id { get; }
Property Value
Type Description
string
View Source

Gets a string representing the link for this place link.

Declaration
C#
Copy
public string Link { get; }
Property Value
Type Description
string
View Source

Gets a string representing the name for this place link.

Declaration
C#
Copy
public string Name { get; }
Property Value
Type Description
string
View Source

Gets a string representing the type for this place link.

Declaration
C#
Copy
public string Type { get; }
Property Value
Type Description
string