UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

19 lines 1.41 kB
export { default as MowerMapRenderer } from './render/MowerMapRenderer'; export { default as BoundarySvgRender } from './render/BoundarySvgRender'; export type { MapConfig, AntennaConfig, MowerPositionConfig, MowerMapRendererProps, MowerMapRendererRef, DragState, DragCallbacks, } from './types/renderer'; export { PlatformType, CheckObstaclePointErrorType, CheckDoodleErrorType } from './types/renderer'; export { ClickEventType } from './context/mapEdit'; export type { PathConfig } from './types/processor'; export { CreateStatus, MobileEditMode, RecordTypeEnum, RecordFunctionEnum, } from './context/mapEdit'; export type { EditMapInfo, ElementRecordParams } from './context/mapEdit'; export type { MapData, SubMap, MapElement, BoundaryData, ObstacleData, VisionOffData, DoodleData, TunnelData, } from './types'; export type { MapBounds, Point } from './types/utils'; export { MapDataProcessor, PathDataProcessor } from './processor'; export type { PathConfig as DataPathConfig } from './processor'; export * from './processor'; export { calculateMapGpsCenter, estimateGpsFromMapBounds } from './utils/mapBounds'; export { restorePointsFormat } from './utils/coordinates'; export { SvgParserNative } from './utils/svgParserNative'; export { SCALE_FACTOR } from './config'; export { ALL_DIRECTION_SELECTED, MAX_DIRECTION_ANGLE, MIN_DIRECTION_ANGLE } from './config'; //# sourceMappingURL=index.d.ts.map