Hello, I am using the geomap panel and i want to somehow calculate the mean of my data within the current view of my geomap (if on my current view I see 6 data points, i want the mean of those even if there are more data points in the whole map). To do that I would need to retrieve the current view location + current zoom level and calculate the bounds. Alternatively, I would need to retrieve the current map bounds in my view.
Is there a way to retrieve such data? I have looked up through the geomap docs and the internal variables of grafana and I can’t seem to find anything.