opt
This commit is contained in:
@@ -1000,4 +1000,13 @@ public class AMapViewWrapper implements IMogoMapView,
|
||||
Logger.d( "ADASCOOR", "使用rtk定位数据%s", GsonUtil.jsonFromObject( bean ) );
|
||||
mMapView.getLocationClient().updateRTKAutoPilotLocation( bean );
|
||||
}
|
||||
|
||||
@Override
|
||||
public void openVrMode() {
|
||||
try {
|
||||
changeZoom( 20 );
|
||||
} catch ( Exception e ) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user