tilePosition and camera

I found this code in Phaser 2 and would like to implement this into my code but I am struggling to do so.

Here is the code for Phaser 2:

land.tilePosition.x = -this.camera.x;
land.tilePosition.y = -this.camera.y;

Any suggestions on how to implemet this into phaser 3?