Hi,

I am launching Google map application from my application, using
Uri.parse("geo:" + "13.042206" + "," + "80.17000?z=10");
and its working fine.

But I want to show direction between two latitudes and longitudes, for
that I tried using this uri,
Uri.parse("geo:" + "13.042206" + "," + "80.17000" + "geo:"
                                 + "9.580000" + "," + "78.100000?z=10");

But I am getting a Toast telling "Unable to load the url". Any Idea
why this occurs.

Nithin





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