降低了小地图视角高度

This commit is contained in:
董宏宇
2020-12-31 18:17:48 +08:00
parent b84c1c1c06
commit 52c96e6873

View File

@@ -37,7 +37,7 @@ public class SmallMapDirectionView extends RelativeLayout {
private AMapNaviView mAMapNaviView;
private DirectionRotateAnimation mRotateAnimation;
private int lastAngle = 0;
private int zoomLevel = 17;
private int zoomLevel = 15;
public SmallMapDirectionView(Context context) {
this(context, null);