getCoordinate method

Coordinate? getCoordinate()

Implementation

Coordinate? getCoordinate() {
  return pt;
}