[android-developers] Maps API : drawing driving itinerary

2012-05-17 Thread Simon Giddings
I am developing a maps application which will display a user defined driving itinerary. I obtain the driving directions from the Directions Web Service and parse the json response in a separate thread. I then hand the resulting itinerary object to my custom overlay for display. Before appending

Re: [android-developers] Maps API : drawing driving itinerary

2012-05-17 Thread TreKing
On Thu, May 17, 2012 at 11:19 AM, Simon Giddings mr.s.giddi...@gmail.comwrote: Knowing that a number of people have done similar tasks, can anyone advise me as to how to improve the performance ? Should I be building a path object and fill it with ALL of the points ? First step: use