fixed conflict

This commit is contained in:
lixiaopeng
2022-07-28 18:17:43 +08:00
parent fd99007dd1
commit 1b0e17e12c
11 changed files with 215 additions and 5 deletions

View File

@@ -1110,4 +1110,10 @@ public class AMapViewWrapper implements IMogoMapView,
}, 1000L);
}
}
@Override
public void setLockMode(boolean isLock) {
mMapView.getMapAutoViewHelper().setLockMode(true);
}
}