Given a valid geometry or array of geometries, return a geometry representing the envelope of the input. The envelope is the smallest axis-aligned rectangular region containing the minimum and maximum x and y values of the geometry.
Expression categories: Geospatial
Declared arguments
Expression - GeoJSON string or array of GeoJSON strings. Expression<Array<Geometry> | Geometry>