perf(web): reconcile fleet map incrementally

This commit is contained in:
lingniu
2026-07-16 02:25:04 +08:00
parent d995024e06
commit d140a9782b
4 changed files with 126 additions and 24 deletions

View File

@@ -39,6 +39,7 @@ export type AMapMassMarks = {
export type AMapLabelsLayer = {
setMap: (map: AMapMap | null) => void;
add: (markers: AMapOverlay | AMapOverlay[]) => void;
remove: (markers: AMapOverlay | AMapOverlay[]) => void;
clear: () => void;
};