content/flux/v0/stdlib/experimental/geo/st_dwithin.md
geo.ST_DWithin() tests if the specified region is within a defined distance from
the specified GIS geometry and returns true or false.
(distance: A, geometry: B, region: C, ?units: {distance: string}) => bool where A: Comparable + Equatable, B: Record, C: 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.
({{< req >}})
Maximum distance allowed between the region and geometry.
Define distance units with the geo.units option.
Record that defines the unit of measurement for distance.
Default is the geo.units option.