> I wanna put all of those data into a db, to have access at these > informations everytimes that i need.
If you were planning to scrape and store Google's driving directions output, you ought to check the terms of use to see if that is allowed. I don't think it is. Getting all the directions when required is going to be slow ; Google implements a 'speed limit' on multiple directions requests to prevent abuse. There are some limited workarounds to that, for instance you can get routes from A-B-A-C-A-D and then extract legs A-B A-C A-D but there are limits to how many waypoints in a single request too. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
