On Sep 1, 4:11 pm, Rafa <[EMAIL PROTECTED]> wrote: > Hello, > > I have two questions, > > 1 - Can i get the directions between 2 Zipcodes? in a API MAPS???
Yes. http://code.google.com/apis/maps/documentation/services.html#Driving_Directions > 2 - I have 2 TXT files with 1.000 ZIPCODES each, i need to get > directions between this 2 TXT files, nees to match the first txt file > with the second txt file, need to show all at the same time in the > map, the most important information that i need is the distance > between the zipcodes. You want to show 1000 routes on a map, all at once? How useful is that? Anyway, that's possible too. Read the data from the text files using AJAX http://econym.googlepages.com/basic11.htm -- you will find it easier if the files are actually XML rather than straight text, though. Have a go (probably with a limited subset of half a dozen zipcodes at first!) and post a link if you have difficulty so the Group can see it go wrong and can advise. Don't forget the Terms of Use. Your use of the API must be on a free publicly-accessible website. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
