ee.Geometry.fromS2CellId

Constructs the Polygon corresponding to an S2 cell id.

UsageReturns
ee.Geometry.fromS2CellId(cellId)Geometry
ArgumentTypeDetails
cellIdLongThe S2 cell id as 64 bit integer. From Javascript, which does not support integers larger than 53 bits, use fromS2CellToken instead.