Class PlaceFilter
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Place filter information, used in place discovery and search requests.
C#Copypublic class PlaceFilter : IDisposable
- Inheritance
-
System.ObjectPlaceFilter
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic PlaceFilter()
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Thrown when native operation failed to allocate memory. |
API Level: 3
Properties
Declaration
C#Copypublic string Address { get; set; }
Property Value
Type | Description |
---|---|
System.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.
API Level: 3
Declaration
C#Copypublic PlaceCategory Category { get; set; }
Property Value
Type | Description |
---|---|
PlaceCategory |
API Level: 3
Declaration
C#Copypublic string Keyword { get; set; }
Property Value
Type | Description |
---|---|
System.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.
API Level: 3
Declaration
C#Copypublic string Name { get; set; }
Property Value
Type | Description |
---|---|
System.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.
API Level: 3
Methods
Declaration
C#Copypublic void Dispose()
API Level: 3
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()