We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc2fa0 commit d714127Copy full SHA for d714127
README.md
@@ -34,7 +34,7 @@ and deletions).
34
* `insert!(tree, item)`, `delete!(tree, item)` for element-wise insertion and deletion
35
* bulk-loading of data using Overlap-minimizing Top-down (OMT) approach (`load!(tree, data)`)
36
* `subtract!(tree, reg)` for removing data within specified region `reg`
37
- * `contained_in(tree, reg)` and `intersects_with(tree, reg)` spatial queries
+ * `findfirst(tree, reg, [id])`, `contained_in(tree, reg)` and `intersects_with(tree, reg)` spatial queries
38
39
## Simple Spatial Index
40
0 commit comments