closestPoints method

List<Coordinate> closestPoints()

@return a pair of {@link Coordinate}s of the nearest points @deprecated renamed to nearestPoints

Implementation

List<Coordinate> closestPoints() {
  return nearestPoints();
}