getCoordinates method

List<Coordinate> getCoordinates()
override

Implementation

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