[e-users] drawing lots of line segments

2008-09-17 Thread Chia-I Wu
Hi list, I am working on a map application and I would like to draw the GPS track on the map. The track is basically lots (thousands) of line segments, with each segment begins at where the previous one ends. Is it a good idea to represent each line segment by a line object? -- Regards, olv

Re: [e-users] drawing lots of line segments

2008-09-17 Thread Gustavo Sverzut Barbieri
On Wed, Sep 17, 2008 at 4:33 AM, Chia-I Wu [EMAIL PROTECTED] wrote: Hi list, I am working on a map application and I would like to draw the GPS track on the map. The track is basically lots (thousands) of line segments, with each segment begins at where the previous one ends. Is it a good