AFAIK this feature is not available yet with the Google Maps App for
Android. The docs will get updated, hopefully when it is available.
http://developer.android.com/guide/appendix/g-app-intents.html

Thanks and Regards,
Kumar Bibek

On Jun 4, 5:02 pm, guruk <[email protected]> wrote:
> 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 mapshttp://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

Reply via email to