Hi, I made a script that generate like 200 directions one after the other based on the script of Mike Williams... http://econym.org.uk/gmap/example_geomulti.htm
Now it works perfectly! Thanks to Mike and his tutorial. Now the problem is that it takes like 5 minutes to generate the 400 markers and the 200 routes... It Throttles for 15 minutes before it finishes. I've put a delay of 250ms between each GDirection request...Calculate 200routes * 150ms = 30000ms(30 minutes!!!). In reality, it takes 15 minutes before it show everything. 2 questions: **Is it possible to cache GDirection (polylines only) like putting them in a database? **Can I cache GDirections on google server if we pay for premier account? We could run a script to cache each morning on the server so user asking for the page would load the page faster... Thank you in advance... Tremblay -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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/google-maps-api?hl=en.
