도로 경로 기반 시뮬레이터 개선

This commit is contained in:
2026-06-06 20:43:05 +09:00
parent e5ae236b8a
commit 3b21cfb9a9
6 changed files with 402 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ const state = {
infoOverlay: null,
routeOverlay: null,
routeDestinationOverlay: null,
markerAnimationMs: 900,
markerAnimationMs: 4800,
drivers: new Map(),
locations: new Map(),
selectedDriverId: "",