升级自研地图sdk版本

This commit is contained in:
wangcongtao
2020-12-25 17:57:27 +08:00
parent 55c68a648e
commit 2afbfe6387
2 changed files with 6 additions and 1 deletions

View File

@@ -93,10 +93,15 @@ public class AMapViewWrapper implements IMogoMapView,
if ( DebugConfig.isDebug() ) {
GpsTester.getInstance().init( mMapView );
}
initViews();
initListeners();
this.mIMap = new AMapWrapper( this.mMapView.getMapAutoViewHelper(), this.mMapView, this );
}
private void initViews() {
}
private void initMapView() {
if ( mMapView == null ) {
return;