Пример #1
0
 @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;
   }
 }
Пример #3
0
 public void onDestroy() {
   super.onDestroy();
   // if (mMovingOverlay != null) {
   // mMovingOverlay.onDestroy();
   // }
 }