What steps will reproduce the problem?
on function "onSolveCallback" change this:
var dirRender = new google.maps.DirectionsRenderer({
draggable : true, /**ADD THIS**/
directions: dirRes,
hideRouteList: true,
map: gebMap,
panel: null,
preserveViewport: false,
suppressInfoWindows: true,
suppressMarkers: true });
causes this error when trying to drag the route:
"Error in property <origin>: (c is null)"
Original issue reported on code.google.com by
patric.d...@gmail.comon 23 Sep 2011 at 5:55