ee.Filter.area

Returns a filter that passes if the specified geometry has an area within the given range (inclusive).

UsageReturns
ee.Filter.area(min, max, maxError, geometrySelector)Filter
ArgumentTypeDetails
minFloatMinimum area in square meters (inclusive).
maxFloatMaximum area in square meters (inclusive).
maxErrorErrorMargin, default: nullThe maximum allowed error for computing the geometry's area.
geometrySelectorString, default: nullThe name of the geometry property to use for filtering. Leave blank or use '.geo' to operate on the object's geometry.