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.

8 lines (7 loc) 278 B
export declare class OptimizeAgentInput { agentJobIds: Set<string>; agentShipmentIds: Set<string>; agentLocationIds: Set<string>; agentId: string; constructor(agentId: string, agentJobIds: string[], agentShipmentIds: string[], agentLocationIds: string[]); }