Class PlaceAttribute
Definition
- Assembly:
- Tizen.Maps.dll
Place attributes information, used in place discovery and search requests.
public class PlaceAttribute
- Inheritance
-
objectPlaceAttribute
Properties
View SourceId
Gets an ID for the place attribute.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
Label
Gets a label for the place attribute.
Declaration
public string Label { get; }
Property Value
Type | Description |
---|---|
string |
Text
Gets a text for the place attribute.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
string |
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. |
Overrides
object.ToString()