UNPKG

@geoapify/route-planner-sdk

Version:

A TypeScript SDK for the Geoapify Route Planner API that simplifies route optimization requests, and helps visualize and edit resulting routes.

7 lines (6 loc) 177 B
import { AgentSolution, RouteAction } from "../../../entities"; export interface RouteActionInfoData { agentId: string; action: RouteAction; agent: AgentSolution; }