perf(web): reconcile fleet map incrementally
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user