libre-routing
Version:
This library was generated with [Nx](https://nx.dev).
9 lines (8 loc) • 576 B
TypeScript
import { Feature } from '@turf/helpers';
export declare function findDistinctSegments(linestrings: Feature[]): Feature<import("@turf/helpers").LineString, any>[] | Feature<import("@turf/helpers").Geometry | import("@turf/helpers").GeometryCollection, {
[name: string]: any;
}>[];
export declare function getDistinctSegments(routes?: any[]): Feature<import("@turf/helpers").LineString, any>[] | Feature<import("@turf/helpers").Geometry | import("@turf/helpers").GeometryCollection, {
[name: string]: any;
}>[];
export declare function calculatePos(segments: any): any;