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