[Feat]新增高精地图缓存功能

This commit is contained in:
chenfufeng
2023-02-10 19:32:22 +08:00
parent 8d6bee790a
commit 30cf22ab6c
23 changed files with 539 additions and 14 deletions

View File

@@ -312,4 +312,5 @@ interface IMoGoWaringProvider : IMoGoHmiViewProxy {
*/
fun updateMfStatus(tag: String, status: Boolean)
fun updateHDDataCacheStatus(isCached: Boolean)
}