UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

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