Are you attempting to have you own information appear at each of the 
waypoint markers instead of the normal direction renderer text?

If so create your own marker and infowindow for each of the waypoints and 
end points,  and change your options to be

                    directionsDisplay.setOptions({
                        draggable: false,
                        suppressInfoWindows: false,
                        suppressMarkers: true})

 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-js-api-v3/-/oU1jHS6d4BUJ.
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.

Reply via email to