On Sep 14, 8:23 pm, "[email protected]" <[email protected]> wrote: > On Sep 14, 7:38 pm, egrove <[email protected]> wrote: > > > Any suggestions as to how to work around this? > > What I would do would be to capture the polyline and encode it then > just display it. > > But you could also add a listener for the errors and retry when they > occur.
Option #3: use loadFromWaypoints with all the waypoints at once (in v2 you can include up to 25 waypoints). Like this: http://www.geocodezip.com/multiple_gdirection_test.html -- Larry > > > > > > > On Sep 14, 10:25 pm, "[email protected]" <[email protected]> > > wrote: > > > > You are using multiple GDirections calls. I suspect that Chrome > > > renderes much faster than IE, is running into the rate limit and > > > generating errors that you aren't handling. > > > > -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
