get_hotspots_along_route
Plan road trips with birding stops: find hotspots along a driving route by providing start and end coordinates. Get route-based suggestions for birding locations.
Instructions
Find birding hotspots along a driving route between two points — perfect for road trip planning
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endLat | Yes | Ending latitude | |
| endLng | Yes | Ending longitude | |
| startLat | Yes | Starting latitude | |
| startLng | Yes | Starting longitude | |
| hotspotRadius | No | Radius around waypoints to search for hotspots in km (default 10) | |
| waypointInterval | No | Distance between route sample points in km (default 20) |