BuildingFilterBlock constructor

BuildingFilterBlock({
  1. required String title,
  2. required String whereClause,
  3. required BuildingFilterMode mode,
})

Creates a new building filter block for filtering the content displayed in a building scene layer.

Parameters:

  • title — The title of the filter block.
  • whereClause — The SQL where clause used to match features to this filter block.
  • mode — The mode for the filter block.