Skip to content

Instantly share code, notes, and snippets.

@aykuttasil
Created July 27, 2016 15:49
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 aykuttasil/895d213dab15f3bae618488a902f53aa to your computer and use it in GitHub Desktop.
Save aykuttasil/895d213dab15f3bae618488a902f53aa to your computer and use it in GitHub Desktop.
Google Maps Navigation
Intent intent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("http://maps.google.com/maps?saddr=" + sonSemt +
"&daddr=" + mNavigationAdresSemt));
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment