@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
7 lines (6 loc) • 332 B
TypeScript
import { RouteResultEditorBase } from "../route-result-editor-base";
export declare class AgentTimeOffsetHelper {
static execute(context: RouteResultEditorBase, agentIdOrIndex: string | number, waypointIndex: number, delaySeconds: number): void;
private static applyDelayAction;
private static removeActionAndReindex;
}