A DirectionsRenderer has only one event to listen for, directions_changed. directions_changed, though, seems to fire BEFORE the new directions are actually written to the DirectionsRenderer.
What I'd like to do is detect when the new directions are done being written to the DOM after the route on the map is dragged, so I can resize the containing iframe (actually a Google Gadget) to match the size of the DirectionsRenderer. It doesn't seem possible with the way directions_changed behaves. Is this the correct behavior? And if it is, is there another way to detect when the DirectionsRenderer is done rendering? E J Kalafarski -- 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.
