getCoordinates method

List<Coordinate> getCoordinates()

Implementation

List<Coordinate> getCoordinates() {
  return pts;
}