Question

Documentation says that waypoints limit is 8 points. But I have to draw a line with more than 8 waypoints. How to do that?

Was it helpful?

Solution

Try sending multiple requests.

OTHER TIPS

The Google Maps Api V3 says:

MAX_WAYPOINTS_EXCEEDED indicates that too many DirectionsWaypoints were provided in the DirectionsRequest. The maximum allowed waypoints is 8, plus the origin, and destination. Maps API Premier customers are allowed 23 waypoints, plus the origin, and destination.

You can go for API Premier but i guess it will cost you about 10.000$ a year

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top