Guest User

Untitled

a guest
Oct 19th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if (LocationResult.hasResult(intent)) {
  2. List<Location> locations = LocationResult.extractResult(intent).getLocations();
  3. try {
  4. for (Location location : locations) {
  5. ...
  6. }
  7. ...
  8. }
  9. ...
  10. }
Add Comment
Please, Sign In to add comment