Skip to content

Instantly share code, notes, and snippets.

@maselpopowo
Created July 30, 2013 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maselpopowo/6115823 to your computer and use it in GitHub Desktop.
Save maselpopowo/6115823 to your computer and use it in GitHub Desktop.
Google maps markers bug
Intent intent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("geo:"+latitude+","+longitude+"?q="+latitude+","+longitude+"("+name+")"));
intent.setComponent(new ComponentName("com.google.android.apps.maps", "com.google.android.maps.MapsActivity"));
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment