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

9 lines (8 loc) 216 B
export interface TimelineItem { position: string; actualWidth: string; minWidth: string; form: 'full' | 'standard' | 'minimal'; type: 'start' | 'job' | 'end' | 'break'; description: string; }