[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

@@ -145,6 +145,7 @@ class GDLocationClient private constructor() : AMapLocationListener,
)
private fun setCityCode(code: String) {
mCityCode = code
CallerGaoDeMapLocationListenerManager.invokeCityCodeChange(code)
}
override fun getLastCityCode(): String {