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

link|improve this question

80% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Try sending multiple requests.

link|improve this answer
You mean as hardcode my GPS locations? E.g. if I have 16 locations I should send 2 requests: 10 (start + end + 8 waypoints) + 6 (start + end + 4 waypoints) – vale4674 Dec 12 '10 at 11:45
yeah, something like that.... – vishwanath Dec 13 '10 at 5:21
ok tnx. that should do the trick.. but I think that it is stupid that v2 had mulitple waypoints and now v3 of API does't have that. No point in that. – vale4674 Dec 13 '10 at 15:22
Please come back to tell, if it worked... – vishwanath Dec 14 '10 at 2:34
Did this workout for you? – Gary L Cox Jr Dec 23 '10 at 21:49
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.