Google Maps Directions in current traffic with waypoints
问题 I am using the google maps api to get directions with the durationInTraffic option. var request = { origin: start_address, destination: end_address, waypoints: waypts, durationInTraffic: true, optimizeWaypoints: true, travelMode: tmode }; directionsService.route(request, function(response, status) { .... This is working fine with a start and end address with no waypoints, as seen below: My problem is that when i add a waypoint to to route then the "time in current traffic" estimate is no