This commit is contained in:
wangcongtao
2020-12-08 20:46:39 +08:00
parent c6e06132f8
commit ce28a42ae7
8 changed files with 79 additions and 25 deletions

View File

@@ -35,6 +35,7 @@ public abstract class MogoBaseMapView extends FrameLayout implements ILifeCycle
private void init( Context context ) {
addMapView( context );
MogoMap.getInstance().init( getContext(), mMapView.getMap() );
}
protected abstract void addMapView( Context context );