Tool to compute a distance and/or time matrix using GET request with query parameters. Use for simpler matrix requests with query parameters instead of POST body.
pointarraySpecify multiple points in 'latitude,longitude' format for which the matrix should be calculated. The starts are identical to the destinations. If there are N points, then NxN entries will be calculated. Specify at least three points. Cannot be used together with from_point or t…
profilestringThe routing profile. It determines the network, speed and other physical attributes used when computing the route. Valid values include 'car', 'bike', 'foot', 'hike', 'mtb', 'racingbike', 'scooter', 'truck', and 'small_truck'.
curbsidearrayOptional parameter. Specifies on which side a point should be relative to the driver when she leaves/arrives at a start/target/via point. Must be 'any', 'left', or 'right'. Specify for either none or all points.
to_pointarrayThe destination points for the routes in 'latitude,longitude' format. Use together with from_point for asymmetric matrices.
fail_fastbooleanSpecifies whether or not the matrix calculation should return with an error as soon as possible in case some points cannot be found or some points are not connected. If set to false, the matrix will be calculated for all valid points and contain null values for entries that coul…
out_arrayarraySpecifies which arrays should be included in the response. Specify one or more of 'weights', 'times', 'distances'. The units of distances are meters, times are seconds, and weights are arbitrary.
from_pointarrayThe origin points for the routes in 'latitude,longitude' format. Use together with to_point for asymmetric matrices.
point_hintarrayOptional parameter. Specifies a hint for each point parameter to prefer a certain street for the closest location lookup.
to_curbsidearrayCurbside setting for the to_point parameter. Must be 'any', 'left', or 'right'.
from_curbsidearrayCurbside setting for the from_point parameter. Must be 'any', 'left', or 'right'.
to_point_hintarrayFor the to_point parameter. Specifies a hint to prefer a certain street for the closest location lookup.
from_point_hintarrayFor the from_point parameter. Specifies a hint to prefer a certain street for the closest location lookup.
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.