find_route_stations
Destructive
Find fuel stations along a route by specifying fuel type, corridor width, and GeoJSON LineString coordinates to locate refueling points between destinations.
Instructions
Find fuel stations along a route corridor
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| corridor_km | No | Corridor width in kilometres (default 5) | |
| fuel | Yes | Fuel type code (e.g. B7, E5, E10, E85, LPG, CNG, LNG, EV) | |
| geometry | Yes | GeoJSON LineString as a JSON string, e.g. {"type":"LineString","coordinates":[[lon,lat],...]} |