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.

6 lines (5 loc) 122 B
export interface RoutePlannerOptions { apiKey: string; baseUrl?: string; httpOptions?: Record<string, any>; }