remove location api where calling and add old module tag on hmi

This commit is contained in:
zhongchao
2022-03-29 20:12:45 +08:00
committed by pangfan
parent d532edce7c
commit f28fa33394
7 changed files with 23 additions and 55 deletions

View File

@@ -44,7 +44,7 @@ class Scene {
val routeMap = SceneLogCache(mutableMapOf(), true)
sceneCache[M_OLD_ROUTE] = routeMap
//初始化其他模块,方便定位索引
val otherMap = SceneLogCache(mutableMapOf(), true)
val otherMap = SceneLogCache(mutableMapOf(), false)
sceneCache[M_OTHER] = otherMap
//初始化TAXI
val taxiMap = SceneLogCache(mutableMapOf(), false)