I needed to do the same thing without wanting to rewriting what Google
provides. Here's how I accomplished it:
div#directions-panel is what I set as the panel in my
DirectionsRenderer.
Here's the relevant CSS:
#directions-panel {
position: relative;
}
#directions-panel-cover {
positio
Hi,
Thanks for the response. What I was looking for a simple configurable
way for it, rather than again redoing the same what google provides. [?]
Thanks for your help.
Subodh
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To
You can just choose not to use the setPanel() method that's provided with
the DirectionsRenderer, and simply inspect the DirectionsResult object to
display the textual directions however you like.
This example doesn't use a panel:
http://code.google.com/apis/maps/documentation/javascript/exam