On Apr 16, 12:16 pm, Ely <[email protected]> wrote: > > Is there a way to let users add directions from one point to another > and save that in mysql ?
Anything is possible, but that doesn't mean it's allowed. It's also undesirable, as a new version of the routing engine might change the suggested route. If you can satisfy Term 10.3 in not allowing the route to be used outside the API, then you might consider stepping through the route to build up a collection of data in a form you can send to your server with GDownloadUrl. The server script could accept the data and store it in the database. -- 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.
