retrieveActiveRegionsWithin

abstract fun retrieveActiveRegionsWithin(boundingBox: BoundingBox): Flow<List<Region>>

Retrieves a stream (Flow) of Region objects that are located entirely within the specified boundingBox. By default, this method retrieves active regions, however the definition of "active" might depend on the specific implementation.

Return

a Flow of a list containing Region objects within the bounding box.

Parameters

boundingBox

the bounding box used to filter the regions.