---
title: "bounding box · RUAL Documentation"
description: "Matches geo_point values that intersect a bounding box"
canonical: https://docs.rual.nl/block-types/query/query_bool_geo_bounding_box
language: en
---

# bounding box

This block is part of the [`query`](https://docs.rual.nl/block-types/query) group and was last modified in core [`v13.0.8`](https://docs.rual.nl/core-versions/130008).

### Parent Requirements

This block requires specific parent elements: `query_bool_filter`, `query_first_defined`. Ensure this block is placed within the appropriate parent context.

Matches geo_point values that intersect a bounding box

- tl lat `tl_lat` required `number`

- tl lon `tl_lon` required `number`

- top left location `tl_geo_point` required `geo_point`

- br lat `br_lat` required `number`

- br lon `br_lon` required `number`

- bottom right location `br_geo_point` required `geo_point`

- query `query`

### Core Releases
