Guest User

Untitled

a guest
Aug 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Android: Launching google map with intent how to mark a specific location
  2. Intent i = new Intent(android.content.Intent.ACTION_VIEW,
  3. Uri.parse("geo:" + lat+ "," + long+ "?z=10" ) )
  4. startActivity(intent);
Add Comment
Please, Sign In to add comment