GetNearest constructor
GetNearest(
- dynamic table,
- dynamic point,
- Map? options
Implementation
GetNearest(table, point, Map? options) : super([table, point], options);
GetNearest(table, point, Map? options) : super([table, point], options);