UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

7 lines 327 B
import { PathSegmentsByType } from '../types/utils'; import { PathDataItem } from '../types'; /** * 按Python逻辑创建路径段:根据连续的两点之间的关系确定线段类型 */ export declare function createPathSegmentsByType(list: PathDataItem[]): PathSegmentsByType; //# sourceMappingURL=pathSegments.d.ts.map