getLastCoordinate method

Coordinate? getLastCoordinate()

Implementation

Coordinate? getLastCoordinate() {
  return lastPt;
}