I am currently using the googles API, it works fine and applies 8 waypoints to my map using this line of code:
directionsDisplay.setDirections(response);
However, each mark on clicking shows an information window with the waypoint address. Is there any way to change the contents of these info windows?
Thanks, James.
source share