find_route_stations
Locate fuel stations along a route corridor. Specify fuel type and corridor width to find stations within that distance from your path.
Instructions
Find fuel stations along a route corridor
Input 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],...]} |