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