定位刷新超时返回最近一次位置

This commit is contained in:
stu2not
2026-05-27 16:53:03 +08:00
parent bb56cda2e8
commit fb11e48584
4 changed files with 30 additions and 19 deletions

View File

@@ -17,6 +17,8 @@ export interface DeviceLocation {
device_time: string
server_time: string
updated_at: string
stale?: boolean
realtime?: boolean
}
export interface DeviceTrajectoryPoint extends DeviceLocation {