libre-routing
Version:
This library was generated with [Nx](https://nx.dev).
17 lines (16 loc) • 410 B
TypeScript
import { LibreRoutingDataResponse } from '../../providers';
declare const api: {
createChunks(data: LibreRoutingDataResponse): void;
recalculatePos({ bbox: { ne, sw }, popup }: {
bbox: {
ne: any;
sw: any;
};
popup: any;
}): {
points: any;
allInBbox: boolean;
};
};
export declare type AnnotationWorkerApi = typeof api;
export {};