Class PlaceFilter
Definition
- Assembly:
- Tizen.Maps.dll
Place filter information, used in place discovery and search requests.
C#Copypublic class PlaceFilter : IDisposable
- Inheritance
-
objectPlaceFilter
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic PlaceFilter()
Exceptions
| Type | Condition |
|---|---|
| System.InvalidOperationException | Thrown when native operation failed to allocate memory. |
Properties
Declaration
C#Copypublic string Address { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Depending on maps provider which the application has selected, it may treat Name, Keyword and Address as the same kind of strings to search places.
Declaration
C#Copypublic PlaceCategory Category { get; set; }
Property Value
| Type | Description |
|---|---|
| PlaceCategory |
Declaration
C#Copypublic string Keyword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Depending on maps provider which the application has selected, it may treat Name, Keyword and Address as the same kind of strings to search places.
Declaration
C#Copypublic string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Depending on maps provider which the application has selected, it may treat Name, Keyword and Address as the same kind of strings to search places.
Methods
Declaration
C#Copypublic void Dispose()
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 ~PlaceFilter()