> 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?
I doubt you will find a published example of what you want to do, since storing multiple directions seems to contravene the terms of use (you are required to display them). > Surfing in internet, i've found the request > madehttp://maps.google.com/maps/nav? > but i don't know how to make a request with this method. Why would you want to use an undocumented (and so probably illegal to use) method, when there are documented methods? http://code.google.com/apis/maps/documentation/javascript/services.html#Directions http://code.google.com/apis/maps/documentation/directions/ -- 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.
