Class PlaceLink

Definition

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

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

C#
Copy
public class PlaceLink
Inheritance
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
System.String
API Level: 3
View Source

Gets a string representing the link for this place link.

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

Gets a string representing the name for this place link.

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

Gets a string representing the type for this place link.

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