Class PlaceContact

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll

Place contact information, used in place discovery and search requests.

C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public class PlaceContact
Inheritance
object
PlaceContact

Properties

View Source

Id

Gets an ID for this place contact.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public string Id { get; }
Property Value
Type Description
string
View Source

Label

Gets a label for this place contact.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public string Label { get; }
Property Value
Type Description
string
View Source

Value

Gets a value for this place contact.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public string Value { get; }
Property Value
Type Description
string

Methods

View Source

ToString()

Returns a string that represents this object.

Declaration
C#
Copy
[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()