Class PlaceContact

Definition

Namespace:
Tizen.Maps
Assembly:
Tizen.Maps.dll
API Level:
3

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

C#
Copy
public class PlaceContact
Inheritance
System.Object
PlaceContact

Properties

View Source

Id

Gets an ID for this place contact.

Declaration
C#
Copy
public string Id { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Label

Gets a label for this place contact.

Declaration
C#
Copy
public string Label { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

Value

Gets a value for this place contact.

Declaration
C#
Copy
public string Value { get; }
Property Value
Type Description
System.String
API Level: 3

Methods

View Source

ToString()

Returns a string that represents this object.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
System.String

Returns a string which presents this object.

Overrides
System.Object.ToString()
API Level: 3