getCoordinate method

Coordinate getCoordinate(
  1. int i
)

Implementation

Coordinate getCoordinate(int i) {
  return _backingList[i];
}