Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
Place contact information, used in place discovery and search requests.
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public class PlaceContact
- Inheritance
-
Properties
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public string Id { get; }
Property Value
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public string Label { get; }
Property Value
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public string Value { get; }
Property Value
Methods
View Source
Returns a string that represents this object.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public override string ToString()
Returns
Type |
Description |
string |
Returns a string which presents this object.
|
Overrides
object.ToString()