content/flux/v0/stdlib/experimental/geo/st_intersects.md
geo.ST_Intersects() tests if the specified GIS geometry intersects with the
specified region and returns true or false.
(geometry: A, region: B, ?units: {distance: string}) => bool where A: Record, B: Record
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
({{< req >}}) Region to test. Specify record properties for the shape.
({{< req >}}) GIS geometry to test. Can be either point or linestring geometry.
Record that defines the unit of measurement for distance.
Default is the geo.units option.