recreation_nearby
List federal recreation facilities within a radius of a coordinate. Useful for proximity searches (e.g. campgrounds near a property, fishing spots near a city). Radius is in kilometers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Center latitude. | |
| lon | Yes | Center longitude. | |
| limit | No | Max rows (1-50, default 10). | |
| activity | No | Optional activity filter. | |
| radius_km | No | Radius in kilometers (default 30, max ~320). |