public void setAllGesturesEnabled(boolean paramBoolean) {
   try {
     alH.setAllGesturesEnabled(paramBoolean);
     return;
   } catch (RemoteException localRemoteException) {
     throw new RuntimeRemoteException(localRemoteException);
   }
 }
 public boolean isZoomGesturesEnabled() {
   try {
     boolean bool = alH.isZoomGesturesEnabled();
     return bool;
   } catch (RemoteException localRemoteException) {
     throw new RuntimeRemoteException(localRemoteException);
   }
 }
 public boolean isIndoorLevelPickerEnabled() {
   try {
     boolean bool = alH.isIndoorLevelPickerEnabled();
     return bool;
   } catch (RemoteException localRemoteException) {
     throw new RuntimeRemoteException(localRemoteException);
   }
 }
 public boolean isMyLocationButtonEnabled() {
   try {
     boolean bool = alH.isMyLocationButtonEnabled();
     return bool;
   } catch (RemoteException localRemoteException) {
     throw new RuntimeRemoteException(localRemoteException);
   }
 }
 public void setIndoorLevelPickerEnabled(boolean paramBoolean) {
   try {
     alH.setIndoorLevelPickerEnabled(paramBoolean);
     return;
   } catch (RemoteException localRemoteException) {
     throw new RuntimeRemoteException(localRemoteException);
   }
 }