add testpanel of mock

This commit is contained in:
liujing
2021-07-20 13:21:30 +08:00
parent 484550b9ea
commit 322228d906
11 changed files with 91 additions and 43 deletions

View File

@@ -263,6 +263,11 @@ public class AMapWrapper implements IMogoMap {
return null;
}
@Override
public String getMapVersion() {
return MapAutoApi.INSTANCE.getSDKVersion();
}
private boolean checkAMap() {
mAMap = mMapView.getMapAutoViewHelper();
sAMap = mAMap;