This commit is contained in:
wangcongtao
2020-10-27 11:57:34 +08:00
parent 19c4859a71
commit 83a004f62b
31 changed files with 705 additions and 32 deletions

View File

@@ -41,12 +41,6 @@ public class MogoMapView extends MogoBaseMapView implements ILifeCycle {
@Override
protected void addDleMaps() {
if ( !MogoMapDelegateFactory.isUseCustom() ) {
} else {
}
mCustomMapView = new CustomMapView().create( getContext() );
if ( mCustomMapView != null ) {
final View mapView = mCustomMapView.getMapView();