[Google Maps API v3] Re: clicking on Direction Service Panel

2011-10-21 Thread Tyler
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

Re: [Google Maps API v3] Re: clicking on Direction Service Panel

2011-10-05 Thread Subodh Shah
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

[Google Maps API v3] Re: clicking on Direction Service Panel

2011-10-04 Thread BruceB
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