[android-developers] Display routes dynamically on Map Application

2010-04-22 Thread SREEHARI
Hi All, I developed a map application with overlays. I am able to show current location also. I want to display dynamic routes from current location to different points(overlays). I have stored several points(geo coordiantes) using array. Should I use the graph data structure concepts

Re: [android-developers] Display routes dynamically on Map Application

2010-04-22 Thread ~ TreKing
On Thu, Apr 22, 2010 at 1:05 AM, SREEHARI sreehari.madhusooda...@wipro.comwrote: Should I use the graph data structure concepts using some algorithms? What graph data structure concepts? - TreKing

Re: [android-developers] Display routes dynamically on Map Application

2010-04-22 Thread Liviu Ungureanu
Do you know you can do that using intents and Maps Application? So what you want to do: implement a new way to get directions to an some GeoPoint inside of your applications or just use Maps? Last method is a lot easier... 2010/4/22 ~ TreKing treking...@gmail.com On Thu, Apr 22, 2010 at 1:05