UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

16 lines 567 B
import { DrawElement } from '../../types/layers'; import { ChargingPileStyle, MapElement } from '../../types'; /** * 充电桩数据构建器 */ export declare class ChargingPileDataBuilder { /** * 创建充电桩元素数据 */ static create(coordinate: number[], style: ChargingPileStyle): DrawElement<ChargingPileStyle>; /** * 从地图元素创建充电桩数据 */ static fromMapElement(element: MapElement, style: ChargingPileStyle): DrawElement<ChargingPileStyle>[]; } //# sourceMappingURL=ChargingPileDataBuilder.d.ts.map