[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 using some algorithms?

Thanks in advance
SREEHARI

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


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 - Chicago transit tracking app for Android-powered devices
http://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 at
http://groups.google.com/group/android-developers?hl=en

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 AM, SREEHARI 
 sreehari.madhusooda...@wipro.com wrote:

 Should I use the graph data structure concepts using some algorithms?


 What graph data structure concepts?


 -
 TreKing - Chicago transit tracking app for Android-powered devices
 http://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.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://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