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.

5 lines (4 loc) 133 B
export declare class RoutePlannerError extends Error { errorName: string; constructor(errorName: string, message: string); }