Floor Filter State
Factory function for the creating FloorFilterState.
Since
200.6.0
Parameters
the floor aware geoModel that drives the FloorFilter
set of properties to customize the UI used in the FloorFilter
a lambda to facilitate setting of new ViewPoint on the GeoView with the Site or Facilities extent whenever a new Site or Facility is selected
Deprecated
Use the factory function without the coroutineScope parameter
Replace with
FloorFilterState(geoModel, uiProperties, onSelectionChangedListener)
Factory function for the creating FloorFilterState.
Since
200.2.0
Parameters
the floor aware geoModel that drives the FloorFilter
scope for FloorFilterState that it can use to load the GeoModel and the FloorManager
set of properties to customize the UI used in the FloorFilter
a lambda to facilitate setting of new ViewPoint on the GeoView with the Site or Facilities extent whenever a new Site or Facility is selected