Exemplo n.º 1
0
 public void onDestroy() {
   // 退出时销毁定位
   mLocClient.stop();
   // 关闭定位图层
   mBaiduMap.setMyLocationEnabled(false);
   mMapView.onDestroy();
   mMapView = null;
   super.onDestroy();
 }