ee.Projection.translate

Returns the projection translated by the given amount in each axis.

UsageReturns
Projection.translate(x, y)Projection
ArgumentTypeDetails
this: projectionProjection
xFloatThe amount to translate by in the x axis.
yFloatThe amount to translate by in the y axis.