getCoordinate method

Coordinate? getCoordinate()

Implementation

Coordinate? getCoordinate() {
  return minCoord;
}