This commit is contained in:
zhongchao
2023-09-11 15:58:53 +08:00
parent e4ab3e7b07
commit d60db982df
4 changed files with 36 additions and 1836 deletions

View File

@@ -3,5 +3,5 @@ package com.zhidaoauto.map.sdk.open.abs
interface OnMapLoadedListener {
fun onMapInit()
fun onMapLoaded()
fun onRoadLoaded(roadInfo:String?)
fun onRoadLoaded(roadInfo:String?){}
}