代码优化

This commit is contained in:
wangcongtao
2021-01-06 17:13:22 +08:00
parent 5130eac507
commit f6de91ba96

View File

@@ -100,12 +100,6 @@ class CustomMapApiBuilder implements IMogoMapApiBuilder {
.setPointToCenter( 0.734375f, 0.5f )
.setStyleMode( MapParams.MAP_STYLE_NIGHT ), NavParams.Companion.init() );
MapAutoView mapAutoView = new MapAutoView(context);
Logger.w(TAG, "mapAutoView==" + mapAutoView);
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
e.printStackTrace();
}
IMogoMapView mapView = new AMapViewWrapper(mapAutoView);
return mapView;
}