[6.0.0]
[map] [3d地图禁止通过拖动到2d地图]
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user