building_count_in_radius
Count total buildings within a radius of a point using latitude, longitude, and radius in meters as inputs. Returns the building count for that geographic area.
Instructions
Count total buildings within a radius of a point
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lng | Yes | ||
| radius_m | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |