getNearest method

GetNearest getNearest(
  1. dynamic point, [
  2. Map? options
])

Implementation

GetNearest getNearest(point, [Map? options]) =>
    GetNearest(this, point, options!);