Thanks for the suggestion, I want to still make the route draggable, how would I achieve that, is there any way to add a listener to each marker that's created through the DirectionsService (so that I can update the position of the custom markers)?
On Oct 25, 12:38 pm, "[email protected]" <[email protected]> wrote: > On Oct 25, 12:15 pm, Rob <[email protected]> wrote: > > > Using the Google Maps API v3, how do you customize the layout and > > content of the infoWindows that are attached to each route marker > > that's plotted through the DirectionService? > > One option would be to add your own markers to the route and add click > listeners to them that display infowindows with your desired content. > > -- Larry -- 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.
