8.0.17 视角变换

This commit is contained in:
lianglihui
2021-12-28 14:28:22 +08:00
parent 8682f9bcb2
commit af800c6f9c
8 changed files with 116 additions and 1 deletions

View File

@@ -1218,4 +1218,9 @@ public class AMapViewWrapper implements IMogoMapView,
ResIdCache.putVal(speedVal, val);
}
@Override
public void setMapDAngle(float angle) {
mMapView.getMapAutoViewHelper().setMapDAngle(angle);
}
}