Class PlaceCategory
Definition
- Assembly:
- Tizen.Maps.dll
Place category information, used in place discovery and search requests.
C#Copypublic class PlaceCategory : IDisposable
- Inheritance
-
objectPlaceCategory
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic PlaceCategory()
Exceptions
| Type | Condition |
|---|---|
| System.InvalidOperationException | Thrown when native operation failed to allocate memory. |
Properties
Declaration
C#Copypublic string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copypublic string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copypublic string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Declaration
C#Copypublic void Dispose()
View Source
Dispose(bool)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
C#Copyprotected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | If true, managed and unmanaged resources can be disposed, otherwise only unmanaged resources can be disposed. |
Declaration
C#Copyprotected ~PlaceCategory()
Declaration
C#Copypublic override string ToString()
Returns
| Type | Description |
|---|---|
| string | Returns a string which presents this object. |
Overrides
object.ToString()
Implements
System.IDisposable