UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

16 lines 613 B
import { DrawElement, SvgElementStyle, SvgElementMetadata } from '../../types/layers'; import { DoodleStyle, MapElement } from '../../types'; /** * SVG元素数据构建器 */ export declare class SvgElementDataBuilder { /** * 创建SVG元素数据 */ static create(center: number[], metadata: SvgElementMetadata, style: SvgElementStyle): DrawElement; /** * 从地图元素创建SVG数据(用于时间限制障碍物) */ static fromMapElement(element: MapElement, style: DoodleStyle): DrawElement<DoodleStyle> | null; } //# sourceMappingURL=SvgElementDataBuilder.d.ts.map