Google Intent untuk Arah

Intent intent = new Intent(android.content.Intent.ACTION_VIEW,
    Uri.parse("google.navigation:q=an+address+city"));
startActivity(intent);
Hurt Hornet