UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

12 lines 335 B
import { DrawElement } from '../../types/layers'; import { PathStyle } from '../../types/renderer'; /** * 点数据构建器 */ export declare class PointDataBuilder { /** * 创建点元素数据 */ static create(coordinate: number[], style: PathStyle): DrawElement; } //# sourceMappingURL=PointDataBuilder.d.ts.map