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

7 lines (6 loc) 428 B
import { RouteResultEditorBase } from "../../../route-result-editor-base"; export declare class PreserveOrderBaseHelper { static getEndPosition(context: RouteResultEditorBase, agentIndex: number): Promise<number>; protected static hasAgentStartLocation(context: RouteResultEditorBase, agentIndex: number): boolean; protected static hasAgentEndLocation(context: RouteResultEditorBase, agentIndex: number): boolean; }