kdbush 0.0.5 kdbush: ^0.0.5 copied to clipboard
A very fast static spatial index for 2D points based on a flat KD-tree. A port of javascript kdbush.
0.0.5 #
- Stop storing provided points as they are not used by this package and can be stored by the calling code if required.
0.0.4 #
- Add withinGeographicalRadius for calculating points within x kilometers from a given latitude and longitude.
0.0.3 #
- Add a length getter
0.0.2 #
- Store and make points accessible.