升级自研地图sdk版本
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user