getRightmostCoordinate method

Coordinate? getRightmostCoordinate()

Gets the rightmost coordinate in the edges of the subgraph

Implementation

Coordinate? getRightmostCoordinate() {
  return rightMostCoord;
}