A chunk iterator can be used for iterating chunks coordinates of a surface.
The returned type is a table containing the chunk coordinates:
for chunk in some_surface.get_chunks() do game.player.print("x: " .. chunk.x .. ", y: " .. chunk.y) end