[map]
[3d地图禁止通过拖动到2d地图]
This commit is contained in:
yangyakun
2023-08-29 11:13:41 +08:00
parent 353e4463f1
commit ca3e7b74eb

View File

@@ -161,6 +161,10 @@ public class AMapViewWrapper implements IMogoMapView,
}
private void initListeners() {
MapAutoViewHelper options = mMapView.getMapAutoViewHelper();
if (options != null) {
options.setScaleVRMode(true);
}
mMapView.setOnMarkClickListener(this);
mMapView.setOnMapLoadedListener(this);
mMapView.setOnMapTouchListener(this);