balabala~~~

This commit is contained in:
wangcongtao
2020-11-01 10:30:25 +08:00
parent 58bb6f3833
commit 513952a709
35 changed files with 258 additions and 76 deletions

View File

@@ -164,6 +164,7 @@ class MachineVisionMapService extends Service {
mMapView.setLayoutParams(mMapView.getLayoutParams());
mMachineVisionMapViewManager.exchangeSizeAndPosition(width, height, x, y);
Logger.d(TAG, "zoom out map view");
});
}

View File

@@ -56,7 +56,6 @@ class MachineVisionMapView extends MogoBaseMapView {
onCreate( null );
postDelayed( ()->{
getMap().getUIController().showMyLocation( true );
getMap().getUIController().setAnchorScale( 1, 2.5f );
}, 1000 );
}