| 44 | } |
| 45 | |
| 46 | std::vector<EdgeData> Search(const util::RectangleInt2D &bbox) |
| 47 | { |
| 48 | return rtree.SearchInBox(bbox); |
| 49 | } |
| 50 | |
| 51 | std::vector<PhantomNodeWithDistance> |
| 52 | NearestPhantomNodes(const util::Coordinate input_coordinate, |
no test coverage detected