Interface SearchFilter

Hierarchy

  • SearchFilter

Properties

poiCategoryIdentifier?: string

A PoiCategory identifier used to filter and display the POIs that belong to the given category.

An empty string will clear the current category filter (if any). A null value will apply no change.

text?: string

Text used in the searchbar to filter and display the search results whose name or description matches the filter.

An empty string will clear the current text filter (if any). A null value will apply no change.

Generated using TypeDoc