balabala~~~
This commit is contained in:
@@ -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");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -56,7 +56,6 @@ class MachineVisionMapView extends MogoBaseMapView {
|
||||
onCreate( null );
|
||||
postDelayed( ()->{
|
||||
getMap().getUIController().showMyLocation( true );
|
||||
getMap().getUIController().setAnchorScale( 1, 2.5f );
|
||||
}, 1000 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user