Class PlaceContact
Definition
- Assembly:
- Tizen.Maps.dll
Place contact information, used in place discovery and search requests.
public class PlaceContact
- Inheritance
-
objectPlaceContact
Properties
View SourceId
Gets an ID for this place contact.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
Label
Gets a label for this place contact.
Declaration
public string Label { get; }
Property Value
Type | Description |
---|---|
string |
Value
Gets a value for this place contact.
Declaration
public string Value { 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()