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

8 lines (7 loc) 251 B
import { GeometryResponseData } from "./geometry-response-data"; import { AgentPlanData } from "./properties-response-data"; export interface FeatureResponseData { geometry: GeometryResponseData; type: string; properties: AgentPlanData; }