i've found a script that populates a db using the geocoding service at this link:
http://code.google.com/intl/it-IT/apis/maps/articles/phpsqlgeocode.html there's nothing that works like that? Surfing in internet, i've found the request made http://maps.google.com/maps/nav? but i don't know how to make a request with this method. On 24 Ago, 19:02, Rossko <[email protected]> wrote: > > 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.
