同步高精地图3.1.0修改适配接口

This commit is contained in:
jiaguofeng
2023-09-11 15:36:07 +08:00
parent 33030a80aa
commit a83f31ee0b
2 changed files with 5 additions and 1 deletions

View File

@@ -188,6 +188,10 @@ class AMapViewWrapper(mMapView: MapAutoView) : IMogoMapView, IMogoMapUIControlle
}
}
override fun onRoadLoaded(roadInfo: String?) {
}
/**
* 修改获取当前车道号
*

View File

@@ -76,7 +76,7 @@ object MapDataWrapper : IMogoData {
call: ((CenterLine?) -> Unit)
) {
try {
MapDataApi.getCenterLineRangeInfo(lon, lat, angle, distance,
MapDataApi.getCenterLineRangeInfo(lon, lat, angle, distance,false,6,
object : IResult<CenterLine> {
override fun result(code: Int, result: CenterLine?) {
call.invoke(result)