Find properties in an area
findPropertiesInAreaFilter properties by geographic area: provide a bounding box or polygon and get records whose centroid falls inside that region.
Instructions
Returns the set of properties whose centroid (latitude/longitude) falls inside a user-supplied bounding box or polygon. Provide exactly one of bbox or polygon. Reads the per-county property query table (falls back to the derived geo index); no NOAA/FEMA geometry is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | User-supplied bounding box of coordinates | |
| county | No | County whose data to read (case-insensitive). Optional: when the deployment serves a single/default county it is inferred; otherwise names which county's query table to search. | |
| polygon | No | User-supplied polygon ring of coordinates |