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) 161 B
export interface ShipmentStepData { location?: [number, number]; location_index?: number; duration?: number; time_windows: [number, number][]; }