Hello community, I’m configuring precision queries to perform geohash queries of certain precisions depending on the map zoom level.
So, is there an easy way to query the current zoom level of the map at run time using the JavaScript console?
That way, I can identify the right query precision depending on how the data looks on the map.
Thanks