Builder

Builder class to build StandardBuildingsState.

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard

Add a boolean state for property stateName.

Link copied to clipboard

Add a double state for property stateName.

Link copied to clipboard
fun addLongState(stateName: String, value: Long): FeatureState.Builder

Add a long state for property stateName.

Link copied to clipboard

Add a string state for property stateName.

Link copied to clipboard
open override fun build(): StandardBuildingsState

Build an instance of StandardBuildingsState.

Link copied to clipboard

Set state for highlight. See the state definition below.

Link copied to clipboard

Set state for select. See the state definition below.