google-maps-services-python icon indicating copy to clipboard operation
google-maps-services-python copied to clipboard

Trip durations different for best_guess and maps.google.com?

Open xiumingzhang opened this issue 2 years ago • 2 comments

Thanks for the nice work.

I was using this Python API to compute the trip duration from A to B during the rush hour. What this API reports as a 36min trip shows up on maps.google.com as a 65min trip. Does the best_guess traffic model not use real-time traffic data? 65min sounds more accurate given my experiences in this case. Why is the best_guess traffic model underestimating the trip duration?

xiumingzhang avatar Feb 03 '23 01:02 xiumingzhang

@xiumingzhang Thank you for opening this issue. 🙏 Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

wangela avatar Feb 03 '23 01:02 wangela

this is because the python package doesnt offer traffic aware requests, im experiencing the same problem i will do the request directly.

maxigaarp avatar Apr 22 '24 04:04 maxigaarp