Searched refs:queryWithBoxes (Results 1 – 3 of 3) sorted by relevance
68 std::vector<std::pair<T,BBox>> queryWithBoxes(const BBox&) const;
75 std::vector<std::pair<T, typename GridIndex<T>::BBox>> GridIndex<T>::queryWithBoxes(const BBox& que… in queryWithBoxes() function in mbgl::GridIndex
280 std::vector<QueryResult> features = collisionGrid.queryWithBoxes(envelope); in queryRenderedSymbols()281 std::vector<QueryResult> ignoredFeatures = ignoredGrid.queryWithBoxes(envelope); in queryRenderedSymbols()