On Mar 23, 5:50 pm, garya <[email protected]> wrote: > I did a quick search of this forum and couldn't find anything > regarding this. I do not know if this is a result of the new release > or if this has been in existence before then either. Anyhow, my issue > is with the directions renderer in IE. I'm using IE8 and I am getting > the long running script warning message when the trip is long. "A > script on this page is causing Internet Explorer to run slowly..." > This can be easily reproduced by going to: > > http://code.google.com/apis/maps/documentation/v3/services.html#Displ... > > and selecting Chicago and LA as the two locations. Note also that > this does not happen when the trip is shorter, such as Chicago to St. > Louis. I was also able to reproduce this issue in my own use of the > v3 API. > > Thanks, > Gary
The API builds a new LatLng object for every point along the path. It is very inefficient. It may not be required by some applications. It ought to be done on demand. -- 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.
