private void handleNewLocation(Location location) {
   Storage.setLatitude(location.getLatitude());
   Storage.setLongitude(location.getLongitude());
 }