Hi Turim, use Overlay class and override the method onDraw() in that.... onDraw() have the canvas, then its quite straight forward right ?? You can use canvas.drawLine() to draw line or if you want to put any image, then use canvas.drawBitmap() ...
On Oct 8, 1:50 am, Turim <[email protected]> wrote: > Hi, > > Do anybody know how to draw path between two points on Map? > > I need to draw a line, from one point to other... > > I found one link (http://csie-tw.blogspot.com/2009/06/android-driving- > direction-route-path.html) about this, but it´s not works well. > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

