search method

List<T> search(
  1. RBushBox bbox
)

Implementation

List<T> search(RBushBox bbox) =>
    _tree.search(bbox).map((e) => e.data).toList();