- Implemented
Flatbush
with all basic APIs, including the indexing (add
,finish
) and the searching (search
,neighbors
). - Implemented
Geoflatbush
extension for geographic queries, which exposes thearound
API which is the equivalent ofneighbors
but curvature and dateline wrapping aware.
This was ported from Volodymyr Agafonkin's flatbush and geoflatbush, it is such a handy tool and I can't thank him enough for having created it!