Returns a struct containing the center point and radius of the smallest circle that contains a geometry.
Signatures
ST_MinimumBoundingRadius(geom: Geometry)
Parameters
Return type
A struct containing the result fields.
Example
SELECT ST_MinimumBoundingRadius(ST_GeomFromText('POLYGON((1 1,0 0, -1 1, 1 1))'))