Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Place link object information, used in place discovery and search requests.
- Inheritance
-
Properties
View Source
Id
Gets a string representing the ID for this place link.
Declaration
public string Id { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
Link
Gets a string representing the link for this place link.
Declaration
public string Link { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
Name
Gets a string representing the name for this place link.
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
View Source
Type
Gets a string representing the type for this place link.
Declaration
public string Type { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3