Guest User

Untitled

a guest
Oct 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. if (usuarioposicion.distanceTo(markerLocation1) < 15000){
  2. BusesMood = 1;
  3. Toast toast1 = Toast.makeText(getApplicationContext(), "No se encontro Bus que te lleve" + usuarioposicion.distanceTo(markerLocation1), Toast.LENGTH_LONG);
  4. toast1.setGravity(Gravity.CENTER, Gravity.CENTER_HORIZONTAL, Gravity.CENTER_VERTICAL);
  5.  
  6. toast1.show();
Add Comment
Please, Sign In to add comment