Hey Belk, When using DirectionsRenderer, no, there isn't a way to decouple the suggested routes container from the rest. However, you can always generate your own list by iterating through the routes collection within your DirectionsResult object.
Regarding your second question, it sounds like you want a way to listen to user-initiated events occurring within the suggested routes component of the DirectionsRenderer, which there isn't any at the moment. This could be a good feature request to file, but before doing so, I'm thinking the above suggestion would suffice, i.e. generating your own list. Thanks, Dann On Thu, Apr 29, 2010 at 5:54 AM, Belk <[email protected]> wrote: > I would like to know if it's possible to only show the suggested > routes and not the directions below the suggested routes. > > If so, can I also change the value of a textbox everytime when > clicking on a different suggested route? > > Thx > > -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- Daniels Lee Developer Programs Engineer Google, Inc. 345 Spear Street San Francisco, CA 94105 650 253 0967 -- 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.
