Calculate optimal routes between multiple waypoints supporting various transport modes (car, truck, bicycle, pedestrian). Returns route summary with travel time and distance. Supports fleet-specific parameters like fuel type and preferred routes. Uses HERE Fleet Telematics API w…
modeRequiredstringRouting profile in format '{routingType};{transportMode}' where routingType is 'fastest' or 'shortest', and transportMode is 'car', 'truck', 'bicycle', or 'pedestrian'.
fuelTypestringFuel type affecting toll/environmental rules.
overlaysstringComma-separated map overlay names for custom routing layers.
waypointsRequiredarrayList of waypoints in 'latitude,longitude' format. First waypoint is origin, last is destination. Intermediate waypoints are via points the route must pass through. Minimum 2 waypoints required.
routeAttributesarrayList of route attributes to return. Note: 'shape' attribute is only available when Fleet Telematics API succeeds (not in v8 fallback). Common values: 'shape', 'summary', 'legs'.
instructionFormatstringFormat for maneuver instructions.
maneuverAttributesarrayAdditional maneuver attributes to include, e.g., ['direction','action'].
ignorePreferredRoutesbooleanDisable preferred truck routes when true.
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.