The directions daddr parameter is now formed on the line 358: point.toUrlValue();
point object contains also the line of your text file as an array point.textArray your address cells seem to be 5, 6 and 7. You can form daddr by summing those with comma or space separator: point.textArray[5] + ", " + point.textArray[6] + ", " + point.textArray[7]; -- 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.
