public void overlook(float angle) {
   if (aMap != null) {
     aMap.moveCamera(CameraUpdateFactory.changeTilt(angle));
   }
 }