On May 18, 10:59 am, "[email protected]" <[email protected]> wrote: > Thank you Andrew for your help. > > I'm sorry I didn't post any code : I thought it would be irrelevant > since it very 'standard'.
I don't think anyone has asked you to post code! > The javascript code is similar (actually exactly the same) to the > sample code used in the API documentation. > > I'll take a look at the encoding algorithm and see if I could convert > it to c++ code. You may find a head-start with Perl or PHP here: http://facstaff.unca.edu/mcmcclur/GoogleMaps/EncodePolyline/ What you may be encountering is that although the Javascript and your data would work fine in a real browser, your application is adding an overhead which reduces available memory or otherwise uses resources. What you *could* do is try your code in a real browser rather than the webbrowser control and see if it behaves differently. When you do that, post a link so the Group can see how you're doing it. 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 -~----------~----~----~----~------~----~------~--~---
