Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. @Override
  2. public void onLocationChanged(Location location) {
  3. if(location.distanceTo(mLocation)>location.getAccuracy()){
  4. mLocation = location;
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement