Tool to compute isochrone polygons for a given point. Use when you need to determine areas reachable within time or distance constraints.
pointRequiredstringStart location as 'latitude,longitude', e.g., '52.529407,13.397634'. Must be a valid coordinate string.
bucketsintegerNumber of isochrone rings/buckets to return. Divides time_limit/distance_limit into intervals to create nested isochrones. Default is 1.
profileRequiredstringRouting profile to use for calculation. Valid options: 'car', 'bike', 'foot', 'pt' (public transit). Required.
time_limitintegerMaximum travel time in seconds from the start point. Either time_limit or distance_limit must be provided. Default is 600 seconds if neither is specified by the API.
reverse_flowbooleanDirection of reachability calculation. False (default): areas reachable FROM the point. True: areas FROM which the point can be reached.
distance_limitintegerMaximum travel distance in meters from the start point. Either time_limit or distance_limit must be provided.
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.