On Jun 25, 12:51 am, Kyle <[email protected]> wrote: > > "System.Net.WebException: The remote server returned an error: (414) > Request-URI Too Large. at System.Net.HttpWebRequest.GetResponse()" > > GoogleMapsLink = GoogleMapsLink + xmlRequest.ToString()
I guess that's because the original value of GoogleMapsLink is the base url for the directions webservice, but it is then reused to become the entire url, so next time in the loop the variable will become a double url. -- 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.
