@fleet-frontend/mower-maps
Version:
a mower maps in google maps
28 lines • 954 B
TypeScript
import { SvgElementStyle } from '../types/layers';
import { BoundaryStyle, ChargingPileStyle, ObstacleStyle, AntennaStyle, MapConfig } from '../types';
/**
* 边界相关样式配置
*/
export declare const BOUNDARY_STYLES: BoundaryStyle;
export declare const VISION_OFF_AREA_STYLES: BoundaryStyle;
export declare const OBSTACLE_STYLES: ObstacleStyle;
export declare const CHARGING_PILE_STYLES: ChargingPileStyle;
export declare const DOODLE_STYLES: SvgElementStyle;
export declare const PATH_EDGE_STYLES: {
lineWidth: 20;
opacity: 0.6;
transLineColor: string;
edgeLineColor: string;
mowedLineColor: string;
mowingLineColor: string;
};
export declare const CHANNEL_STYLES: {
lineColor: string;
lineWidth: 3;
bottomLineWidth: number;
bottomLineColor: string;
opacity: 1;
};
export declare const ANTENNA_STYLES: AntennaStyle;
export declare const DEFAULT_STYLES: MapConfig;
//# sourceMappingURL=styles.d.ts.map