getCoordinate method

Coordinate getCoordinate()

Returns the {@link Coordinate} of this location.

Implementation

Coordinate getCoordinate() {
  return pt;
}