فهرست منبع

1.修改Android Apex Mobile Google Map加载。

Pen Li 8 سال پیش
والد
کامیت
2151c42651
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Apex Mobile/app/src/main/java/com/usai/apex/ShipMap/ShipMap.java

+ 1 - 0
Apex Mobile/app/src/main/java/com/usai/apex/ShipMap/ShipMap.java

@@ -112,6 +112,7 @@ public class ShipMap extends RelativeLayout implements GoogleMap.OnMarkerClickLi
 
 
             mMap = relativeLayout.findViewById(R.id.ship_google_map);
             mMap = relativeLayout.findViewById(R.id.ship_google_map);
             mMap.onCreate(null);
             mMap.onCreate(null);
+            mMap.onResume();
             mMap.getMapAsync(this);
             mMap.getMapAsync(this);
 
 
             LayoutParams layoutParams = new LayoutParams(LayoutParams.MATCH_PARENT,LayoutParams.MATCH_PARENT);
             LayoutParams layoutParams = new LayoutParams(LayoutParams.MATCH_PARENT,LayoutParams.MATCH_PARENT);