getDirectedCoordinate method

Coordinate? getDirectedCoordinate()

Implementation

Coordinate? getDirectedCoordinate() {
  return p1;
}