Google Map route dragging becomes unstable when suppressMarkers is set to true
I have a Google Map where I can add multiple points/stops(waypoints) between source and destination route. After the route is created (google.maps.DirectionsService) and put on the map (google.maps.DirectionsRenderer), you can drag the route middle-points to adjust the route as you wish -- draggable=true is set in the constructor of DirectionsRenderer. directionsDisplay = new google.maps.DirectionsRenderer({ suppressMarkers: true, draggable:true }); The problem is when I change the route between two stops by dragging and later i again want to change the route by dragging same changed route