Skip to main content
Returns a struct containing the center point and radius of the smallest circle that contains a geometry. ST_MinimumBoundingRadius

Signatures

Parameters

geom
Geometry
required
The input geometry.

Return type

A struct containing the result fields.

Example