If you need a straight line, using drawLine() would be recommended, drawPath() takes a Path object, which enables you to draw circles, arcs, lines, etc. Instantiating a Path object would be a little bit of performance hit, if all you want to do is draw a straight line.
On Tue, Apr 15, 2008 at 12:58 PM, tanin <[EMAIL PROTECTED]> wrote: > > sorry about my english. > > My question is : is it faster to use drawPath in order to draw a path > way on the map or just use drawLine? > > On Apr 15, 1:18 pm, tanin <[EMAIL PROTECTED]> wrote: > > and it looks nicer because there is no gap between lines. > > > > but is it faster? > > > --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

