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

13 lines (12 loc) 275 B
export interface Scenario { mode: 'drive' | 'truck' | 'bicycle' | 'walk'; agentIcon?: string; label: string; description: string; agentLabel: string; capacityUnit?: string; } export interface SolutionLabel { position: string; label: string; }