Re: [android-developers] Direction information in android MapView

2010-08-18 Thread Steve Howard
Your best bet is to use the Google Directions API, which is a generic web service for directions info. You'll have to do a lot of the glue work yourself though (reading the directions and painting a path onto the MapView), unfortunately, unless you come across a good third-party library (I don't

[android-developers] Direction information in android MapView

2010-08-16 Thread Ajmer singh
Hi I want to show the direction information in my app.Direction from one address to the another using Google maps and also wanted to set overlays at the starting address and the destination address.Is there any classes in android too do that. please let me know how can i do this -- *Thanks and

Re: [android-developers] Direction information in android MapView

2010-08-16 Thread TreKing
On Mon, Aug 16, 2010 at 1:21 PM, Ajmer singh ajmer.si...@evontech.comwrote: Is there any classes in android too do that. Nope, though are probably ways to invoke the Google Maps app to do this. -

Re: [android-developers] Direction information in android MapView

2010-08-16 Thread Mitesh Infocus
http://www.infocuswebdesigning.com/ On Mon, Aug 16, 2010 at 11:51 PM, Ajmer singh ajmer.si...@evontech.comwrote: Hi I want to show the direction information in my app.Direction from one address to the another using Google maps and also wanted to set overlays at the starting address and the

Re: [android-developers] Direction information in android MapView

2010-08-16 Thread Ajmer singh
Hi Can you please let me know how to do that in android. On Tue, Aug 17, 2010 at 12:08 AM, TreKing treking...@gmail.com wrote: On Mon, Aug 16, 2010 at 1:21 PM, Ajmer singh ajmer.si...@evontech.comwrote: Is there any classes in android too do that. Nope, though are probably ways to invoke