[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

@@ -14,5 +14,10 @@ interface IGaoDeMapLocationListener {
*
* @param location 新定位点
*/
fun onMoGoLocationChanged(location: MogoLocation)
fun onMoGoLocationChanged(location: MogoLocation){}
/**
* 城市代码改变
*/
fun onCityCodeChanged(cityCode: String){}
}