kdtree 0.0.2 copy "kdtree: ^0.0.2" to clipboard
kdtree: ^0.0.2 copied to clipboard

outdated

A basic super fast Dart implementation of the k-dimensional (k-d) tree data structure.

example/main.dart

import 'basic_example.dart';
import 'location/location_example.dart';

void main() {
  print('Basic example: Find one nearest point in list of points');
  runBasicExample();
  print(
      'Location example: Find 30 nearest location to given latitude and longitude from JSON list of locations.');
  runLocationExample(44.815, 20.282);
}
11
likes
0
pub points
73%
popularity

Publisher

unverified uploader

A basic super fast Dart implementation of the k-dimensional (k-d) tree data structure.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on kdtree