getBounds

abstract suspend fun getBounds(selectors: ExpoFpPOISelectors): ExpoFpResult<ExpoFpBounds?>

Get bounds for specified booths/exhibitors (suspend version).


abstract fun getBounds(selectors: ExpoFpPOISelectors, completion: (ExpoFpResult<ExpoFpBounds?>) -> Unit)

Get bounds for specified booths/exhibitors (callback version).