find_buildings
Retrieve building footprints near a given latitude and longitude. Get compact summaries including distance, height, and building ID.
Instructions
Find building footprints near a location from Overture Maps. Requires lat+lng; returns compact building summaries (id, distance, height/levels where known) without full geometry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude (required). | |
| lng | Yes | Longitude (required). | |
| limit | No | Number of results (default 10, max 50). | |
| radius | No | Radius in metres (default 250, max 25000). |