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) 180 B
import { AgentSolution, RouteAction } from "../../../entities"; export interface RouteActionInfoData { agentId: string; actions: RouteAction[]; agent: AgentSolution; }