Why move the directions? Have you tried using 2 different DirectionsRenderer objects with the same DirectionsResponse? You could just render them directly in the overlay and into the content of the modal window.
Chad Killingsworth On May 12, 10:00 pm, mapper <[email protected]> wrote: > Hi, > > How can I copy the directions rendered by > directionsDisplay.setDirections(response) from the div panel I set > using setPanel to another div after they have been put into the > panel. I have tried using jquery's .html() method on the panel after > a timeout. That copies over the html, but the directions do not show > up. I want to display the directions in an map overlay and also in a > modal popup. > > Also, does anyone have an example of creating custom styled directions > for v3 like this v2 tutorial? http://econym.org.uk/gmap/steps.htm > > -- > 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 > athttp://groups.google.com/group/google-maps-js-api-v3?hl=en. -- 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.
