Tool to find the optimal sequence of waypoints using POST request to solve the Travelling Salesman Problem. Supports advanced vehicle parameters including truck restrictions, hazardous goods, toll calculations, and environmental zones. Returns optimized visit order with distance…
endstringEnding waypoint as 'lat,lon'. If not provided, optimization ends at the last destination.
algostringAlgorithm to use for sequence optimization.
modeRequiredstringRouting mode in format '{type};{transport}' where type is 'fastest' or 'shortest', and transport is 'car', 'truck', 'bicycle', or 'pedestrian'. Example: 'fastest;car'
startstringStarting waypoint as 'lat,lon'. If not provided, optimization starts from the first destination.
widthstringVehicle width with unit (e.g., '2.5m', '250cm'). Used for truck restrictions.
heightstringVehicle height with unit (e.g., '3.5m', '350cm', '138in'). Used for truck restrictions and toll calculations.
lengthstringVehicle length with unit (e.g., '10m', '1000cm'). Used for truck restrictions and toll calculations.
arrivalstringArrival time in ISO 8601 format. Cannot be used together with departure time.
fuelTypestringVehicle fuel type: Diesel, Petrol, LPG, LNG, CNG, Ethanol, Propane, Hydrogen, Electric. Used for environmental zones, toll cost, and consumption routing.
departurestringDeparture time in ISO 8601 format (e.g., '2023-01-01T08:00:00Z') or relative format (e.g., '2023-01-01T08:00:00+01:00').
requestIdstringCustom request identifier for tracking.
verbositystringResponse verbosity level.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.