@Override protected void onDestroy() { if (mBMapMan != null) { mBMapMan.destroy(); mBMapMan = null; } super.onDestroy(); }
@Override protected void onDestroy() { super.onDestroy(); if (bMapManager != null) { bMapManager.destroy(); bMapManager = null; } }
public void onDestroy() { super.onDestroy(); // if (mMovingOverlay != null) { // mMovingOverlay.onDestroy(); // } }