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