Class PlaceLink

Definition

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

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

C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public class PlaceLink
Inheritance
object
PlaceLink

Properties

View Source

Gets a string representing the ID for this place link.

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

Gets a string representing the link for this place link.

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

Gets a string representing the name for this place link.

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

Gets a string representing the type for this place link.

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