@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.
16 lines (15 loc) • 639 B
JavaScript
export * from "./nested/input/agent";
export * from "./nested/input/avoid";
export * from "./nested/input/break";
export * from "./nested/input/coordinates";
export * from "./nested/input/job";
export * from "./nested/input/location";
export * from "./nested/input/shipment";
export * from "./nested/input/shipment-step";
export * from "./nested/result/agent-solution";
export * from "./nested/result/route-action";
export * from "./nested/result/route-leg";
export * from "./nested/result/route-leg-step";
export * from "./nested/result/waypoint";
export * from "./nested/result/route-action-info";
export * from "./route-planner-error";