/** Try to stop GetLocation. */
 @Override
 protected void onPause() {
   getLocation.stopPositioning();
   super.onPause();
 }