[V2X][Road]优化道路标记颜色逻辑

[V2X][Road]优化道路标记颜色逻辑2
This commit is contained in:
renwj
2022-09-28 17:22:03 +08:00
parent 86ea6c9d3d
commit 1d0f1422d5
17 changed files with 829 additions and 47878 deletions

View File

@@ -13,5 +13,5 @@ interface IMoGoMapLocationListener {
*
* @param location 新定位点
*/
fun onLocationChanged(location: MogoLocation?, from: Int)
fun onLocationChanged(location: MogoLocation?, from: Int, isGps: Boolean)
}