UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

7 lines 536 B
export { default as MowerMapRenderer } from './render/MowerMapRenderer'; export type { MapConfig, AntennaConfig, MowerPositionConfig, MowerMapRendererProps, MowerMapRendererRef, DragState, DragCallbacks } from './types/renderer'; export type { PathConfig } from './types/processor'; export { MapDataProcessor, PathDataProcessor, } from './processor'; export type { PathConfig as DataPathConfig } from './processor'; export { calculateMapGpsCenter, estimateGpsFromMapBounds } from './utils/mapBounds'; //# sourceMappingURL=index.d.ts.map