Class PlaceAttribute
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Place attributes information, used in place discovery and search requests.
public class PlaceAttribute
- Inheritance
-
PlaceAttribute
Properties
View SourceId
Gets an ID for the place attribute.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceLabel
Gets a label for the place attribute.
Declaration
public string Label { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceText
Gets a text for the place attribute.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
Methods
View SourceToString()
Returns a string that represents this object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | Returns a string which presents this object. |