Class PlaceCategory

Definition

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

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

C#
Copy
public class PlaceCategory : IDisposable
Inheritance
System.Object
PlaceCategory
Implements
System.IDisposable

Constructors

View Source

PlaceCategory()

Constructs a search category object.

Declaration
C#
Copy
public PlaceCategory()
Exceptions
Type Condition
System.InvalidOperationException

Thrown when native operation failed to allocate memory.

API Level: 3

Properties

View Source

Id

Gets or sets an ID for this category.

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

Name

Gets or sets a name for this category.

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

Url

Gets or sets a URL for this category.

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

Methods

View Source

Dispose()

Releases all the resources used by this object.

Declaration
C#
Copy
public void Dispose()
API Level: 3
View Source

Dispose(Boolean)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
C#
Copy
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
Boolean disposing

If true, managed and unmanaged resources can be disposed, otherwise only unmanaged resources can be disposed.

API Level: 3
View Source

Finalize()

Destroy the PlaceCategory object.

Declaration
C#
Copy
protected void Finalize()
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

Implements

System.IDisposable