BuildingFilter constructor
- required String name,
- required String description,
- required List<
BuildingFilterBlock> blocks,
Creates a new building filter with filter blocks.
Parameters:
name— The name of the filter.description— The description of the filter.blocks— The filter blocks that define which features are visible and how they should be drawn.