I did it like this:
Uri uri = Uri.parse("google.navigation:q=" + lat + "," + lng);
intent = new Intent(Intent.ACTION_VIEW, uri);
try {
startActivity(intent);
} catch (ActivityNotFoundException e) {
// do something
}
Google Navigation is still a beta version. Be aware, that this
interface may be changed.
Regards,
Bernd
On Dec 2, 6:58 pm, Davie <[email protected]> wrote:
> Any ideas on how to pass the native naviation app a geolocation and
> start navigating from an android app?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en