Class PlaceFilter
Definition
- Namespace:
- Tizen.Maps
- Assembly:
- Tizen.Maps.dll
- API Level:
- 3
Place filter information, used in place discovery and search requests.
public class PlaceFilter : IDisposable
- Inheritance
-
PlaceFilter
- Implements
Constructors
View SourcePlaceFilter()
Constructs a new place filter.
Declaration
public PlaceFilter()
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Thrown when native operation failed to allocate memory. |
API Level: 3
Properties
View SourceAddress
Gets or sets a free-formed address string for this place filter.
Declaration
public 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.
API Level: 3
View SourceCategory
Gets or sets an instance of PlaceCategory object for this place filter.
Declaration
public PlaceCategory Category { get; set; }
Property Value
Type | Description |
---|---|
PlaceCategory |
API Level: 3
View SourceKeyword
Gets or sets a keyword for this place filter.
Declaration
public 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.
API Level: 3
View SourceName
Gets or sets a name for this place filter.
Declaration
public 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.
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 PlaceFilter object.
Declaration
protected void Finalize()