I.e.: ```js const features = this.map.queryRenderedFeatures( [ [x - pickingRadius, y - pickingRadius], [x + pickingRadius, y + pickingRadius] ], { layers: interactiveLayerIds } ); ``` Should be faster than checking _all_ layers, and then filtering.