Is it possible to have minLevels in QuadtreeProps? That is, the quadtree is forced to split to meet the minLevels requirements. Therefore, when retrieving from the quadtree, it won't return something very far from the retrieved area. It will enhance the retrieval precision of the objects.
Thanks a lot for this library!
Is it possible to have
minLevels
in QuadtreeProps? That is, the quadtree is forced to split to meet theminLevels
requirements. Therefore, when retrieving from the quadtree, it won't return something very far from the retrieved area. It will enhance the retrieval precision of the objects.