Assigned
Status Update
Comments
wa...@google.com <wa...@google.com> #2
Thanks for your suggestion! We are currently evaluating this request, but do not have any plans to implement it at the moment. Please star to add your vote and receive further updates, and feel free to add any comments to discuss your use case.
Description
# It is OK to share your API Project ID, but _not_ API keys.
Issue report
----------------
What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. Call Directions API with an origin, destination, and more than 25 waypoints.
2. Error reported from Python SDK - Error message: googlemaps.exceptions.ApiError: MAX_WAYPOINTS_EXCEEDED (Too many waypoints in the request (28). The maximum allowed waypoints for this request is 25, plus the origin, and destination.)
Would better read: Too many waypoints in the request (26)...