```Timer timer1 = new Timer(); timer1.schedule(new...
# arrow
c
Copy code
Timer timer1 = new Timer();
timer1.schedule(new GetLastLocation(), 20000);