Class PlaceCategory
Definition
- Assembly:
- Tizen.Maps.dll
Place category information, used in place discovery and search requests.
public class PlaceCategory : IDisposable
- Inheritance
-
objectPlaceCategory
- Implements
-
System.IDisposable
Constructors
View SourcePlaceCategory()
Constructs a search category object.
Declaration
public PlaceCategory()
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Thrown when native operation failed to allocate memory. |
Properties
View SourceId
Gets or sets an ID for this category.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets a name for this category.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
Gets or sets a URL for this category.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
View SourceDispose()
Releases all the resources used by this object.
Declaration
public void Dispose()
Dispose(bool)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
protected 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. |
~PlaceCategory()
Destroy the PlaceCategory object.
Declaration
protected ~PlaceCategory()
ToString()
Returns a string that represents this object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | Returns a string which presents this object. |
Overrides
object.ToString()
Implements
System.IDisposable