Hi,
I open my Native Google Maps like:
Uri uri = Uri.parse("geo:0,0?q=Boston");
Intent intent = new Intent(Intent.ACTION_VIEW,
uri);
startActivity(intent);
That works fine! BUT... how to open it with a direction request like
q=Boston+to:+Washington
that works fine in google maps
http://maps.google.com/?q=boston+to:+washington
but doesnt do anything when I try to do the same with the native App
on my Android Device!?
thx
chris
--
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