get_cameras_by_radius
Find traffic cameras within a specified radius of any latitude/longitude point. Search by coordinates and distance to get nearby live camera feeds.
Instructions
Get traffic cameras within a radius (km) of a lat/lon point.
Radius search. Use when the user asks for cameras near a place, within X km of coordinates, or around an address they geocoded.
Parameters: lat, lon: Center point (WGS84) radius: Search radius in kilometers (default 1.0, max 50 per API) limit: Max cameras (1–100, default 50) active_only: If true, only camera_class=open
Returns: JSON with type radius_search, count, radius_km, cameras[].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| limit | No | ||
| radius | No | ||
| active_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |