---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/tools/geo_basics/variables/geoBboxContainsTool.md
description: Check whether a point falls inside an axis-aligned bounding box.
---

# Variable: geoBboxContainsTool

```ts
const geoBboxContainsTool: Tool<SpooledArtifact>;
```

Defined in: [batteries/tools/geo\_basics/index.ts:146](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/batteries/tools/geo_basics/index.ts#L146)

Check whether a point falls inside an axis-aligned bounding box.

## Remarks

The bounding box is defined by its SW and NE corners. Boxes that wrap the antimeridian
(i.e. SW longitude greater than NE longitude) are handled correctly.
