if (result[4] != null) {
      startColumn = <int> Math.trunc(result[4].getX());
      startRow = <int> Math.trunc(result[4].getY());
    }