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.

14 lines (13 loc) 305 B
export interface RouteActionData { type: string; start_time: number; duration: number; shipment_index?: number; shipment_id?: string; location_index?: number; location_id?: string; job_index?: number; job_id?: string; index?: number; waypoint_index?: number; }