closestLocations method

List<GeometryLocation?>? closestLocations()

@return a pair of {@link GeometryLocation}s for the nearest points @deprecated renamed to nearestLocations

Implementation

List<GeometryLocation?>? closestLocations() {
  return nearestLocations();
}