Uri.parse("geo:" + "13.042206" + "," + "80.17000" + "geo:"
                 + "9.580000" + "," + "78.100000?z=10");


When I try to display the route between two locations using this Uri,
its not working..

Uri.parse("http://maps.google.com/maps?
&saddr=13.042206,80.17000&daddr=9.580000,78.100000");

Then I try with this, its working.. But the problem its just showing
the route fraction of a second and immediately its going to the Dialog
Activity showing the step by step explanation..

I don't want to show the dialog activity. Any Idea...

Nithin

On May 5, 7:42 pm, TreKing <treking...@gmail.com> wrote:
> On Tue, May 4, 2010 at 11:59 PM, Nithin <nithin.war...@gmail.com> wrote:
> > Thanks for your great reply...
>
> You're very welcome. I do what I can =)
>
> -------------------------------------------------------------------------------------------------
> TreKing - Chicago transit tracking app for Android-powered 
> deviceshttp://sites.google.com/site/rezmobileapps/treking
>
> --
> 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 
> athttp://groups.google.com/group/android-developers?hl=en

-- 
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

Reply via email to