UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

14 lines 477 B
import { PathData } from '../types/path'; import { MapConfig } from '../types'; import { PathElements } from '../types/processor'; /** * 路径数据处理器 * 负责将原始的路径数据转换为可渲染的图层元素 */ export declare class PathDataProcessor { /** * 处理路径数据,创建路径绘制图层 */ static processPathData(pathData: PathData, mapConfig?: MapConfig): PathElements[]; } //# sourceMappingURL=PathDataProcessor.d.ts.map