Find Nearby Cameras
get_cameras_near_locationFind traffic cameras near a geographic location by coordinates and radius. Returns nearby cameras sorted by distance for road monitoring.
Instructions
Find traffic cameras near a specific geographic location. Returns cameras within the specified radius, sorted by distance. Coordinates must be in WGS84 format (latitude, longitude). Example: cameras near Skellefteå (latitude: 64.75, longitude: 20.95)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of cameras to return (default: 50) | |
| county | No | Optional Swedish county number to filter results by region | |
| latitude | Yes | Latitude in WGS84 (e.g., 64.75 for Skellefteå) | |
| radiusKm | No | Search radius in kilometers (default: 30) | |
| longitude | Yes | Longitude in WGS84 (e.g., 20.95 for Skellefteå) |