I tried finding this via google search and searching through stackoverflow. I would think this would be a simple thing if it exists...
Is there a way to create an Intent on Amazon devices to start navigation with their maps app?
Something like the following (as it works on most Android devices)
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q=" + latitude + ","
+ longitude)));
Any help is greatly appreciated