GetNearest constructor

GetNearest(
  1. dynamic table,
  2. dynamic point,
  3. Map? options
)

Implementation

GetNearest(table, point, Map? options) : super([table, point], options);