BuildingFilter

constructor(name: String, description: String, blocks: Iterable<BuildingFilterBlock>)

Creates a new building filter with filter blocks.

Since

300.0.0

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.