[android-developers] Re: Open native Maps with directions??

2010-06-08 Thread guruk
thanks.. yeah... that works.
only one for question. How could I say
START from current Location and go to destination
like

http://maps.google.com/maps?saddr=*mylocation*daddr=washington   ??

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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Open native Maps with directions??

2010-06-06 Thread Kumar Bibek
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 ilovesi...@gmail.com 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en