Class PlaceCategory
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Place category information, used in place discovery and search requests.
C#Copypublic class PlaceCategory : IDisposable
- Inheritance
-
System.ObjectPlaceCategory
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic PlaceCategory()
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Thrown when native operation failed to allocate memory. |
API Level: 3
Properties
Declaration
C#Copypublic string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 3
Declaration
C#Copypublic string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 3
Declaration
C#Copypublic string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 3
Methods
Declaration
C#Copypublic void Dispose()
API Level: 3
View Source
Dispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
C#Copyprotected 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
Declaration
C#Copyprotected void Finalize()
Declaration
C#Copypublic 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