Tool to compute travel time and distance matrices. Use when you need durations and distances between multiple origin and destination pairs.
modestringTravel mode for the route calculation. Options: 'drive' (default), 'walk', 'bicycle', 'truck', etc.
typestringRoute type preference: 'balanced' (default), 'short' (shortest distance), 'less_maneuvers' (fewer turns).
avoidarrayList of road types or features to avoid. Each item specifies a type ('tolls', 'highways', 'ferries', 'unpaved') and optional importance (0.0-1.0).
unitsstringUnit system for distances: 'metric' (default, meters) or 'imperial' (miles).
apiKeyRequiredstringGeoapify API key
sourcesRequiredarrayList of origin waypoints (at least one required). Each waypoint has a location [longitude, latitude].
targetsRequiredarrayList of destination waypoints (at least one required). Each waypoint has a location [longitude, latitude].
trafficstringTraffic model for motorized modes: 'free_flow' (default, no traffic) or 'approximated' (estimated traffic delays).
max_speednumberMaximum vehicle speed in km/h (10-252). Limits the assumed travel speed.
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.