Guest User

Untitled

a guest
Mar 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. PlacePicker.IntentBuilder builder = new PlacePicker.IntentBuilder();
  2. Intent intent = builder.build(getActivity());
  3. startActivityForResult(intent, PLACE_PICKER_REQUEST);
Add Comment
Please, Sign In to add comment