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