UNPKG

@geoapify/route-planner-sdk

Version:

TypeScript SDK for the Geoapify Route Planner API. Supports route optimization, delivery planning, and timeline visualization in browser and Node.js

5 lines (4 loc) 213 B
import { RouteResultEditorBase } from "../../../route-result-editor-base"; export declare class AgentPlanRecalculator { static recalculate(context: RouteResultEditorBase, agentIndex: number): Promise<void>; }