web / lib/hooks/use-events-queries / useMapClustersQuery
Function: useMapClustersQuery()
useMapClustersQuery(
filters
,bounds
,zoom
,enabled
):UseQueryResult
<MapClustersResponse
,Error
>
Parameters
filters
bounds
BoundsType
zoom
number
enabled
boolean
= true
Returns
UseQueryResult
<MapClustersResponse
, Error
>