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