[Change]
1、关闭了延时删除感知车辆 2、增加了地图渲染帧日志 3、升级OBU-sdk Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -86,6 +86,7 @@ public class CustomMapApiBuilder implements IMogoMapApiBuilder {
|
||||
|
||||
NavAutoApi.INSTANCE.init(context, mapParams, NavParams.Companion.init());
|
||||
MapAutoView mapAutoView = new MapAutoView(context);
|
||||
mapAutoView.registerRenderListener(l -> Log.i(TAG, "renderTime: " + l));
|
||||
IMogoMapView mapView = new AMapViewWrapper(mapAutoView);
|
||||
return mapView;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user