[6.5.0][通过公交站] fix: 高精地图api 调用线程及可能不回调问题优化;
This commit is contained in:
@@ -121,7 +121,7 @@ interface IMogoData {
|
||||
/**
|
||||
* 获取公交站点集合
|
||||
*/
|
||||
fun getBusStation(routeList: ArrayList<LonLatPoint>): List<BusStation>
|
||||
fun getBusStation(routeList: ArrayList<LonLatPoint>, result:((MutableList<BusStation>) -> Unit))
|
||||
|
||||
/**
|
||||
* 获取路口数据
|
||||
|
||||
Reference in New Issue
Block a user