dashersw / dashersw/google-maps-tsp-solver
Error with draggable route.
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
```
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 : (c is null)"
```
Original issue reported on code.google.com by `patric.d...@gmail.com` on 23 Sep 2011 at 5:55
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.