Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

google intent for directions

Intent intent = new Intent(android.content.Intent.ACTION_VIEW,
    Uri.parse("google.navigation:q=an+address+city"));
startActivity(intent);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #google #intent #directions
ADD COMMENT
Topic
Name
4+2 =