[6.6.2]增加全息路口提示判断 - 是否存在路侧数据

This commit is contained in:
EmArrow
2024-10-09 16:38:44 +08:00
parent 8c11f7bf73
commit 4fb95ba8ce
6 changed files with 162 additions and 34 deletions

View File

@@ -20,4 +20,11 @@ object CallerGaoDeMapLocationListenerManager : CallerBase<IGaoDeMapLocationListe
}
}
fun invokeCityCodeChange(cityCode:String){
M_LISTENERS.forEach {
val listener = it.value
listener.onCityCodeChanged(cityCode)
}
}
}