开发者

Google Maps API [Directions API] Waypoints limitation?

开发者 https://www.devze.com 2023-01-29 21:41 出处:网络
Docu开发者_如何学Gomentation says that waypoints limit is 8 points. But I have to draw a line with more than 8 waypoints. How to do that?The Google Maps Api V3 says:

Docu开发者_如何学Gomentation says that waypoints limit is 8 points. But I have to draw a line with more than 8 waypoints. How to do that?


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


Try sending multiple requests.

0

精彩评论

暂无评论...
验证码 换一张
取 消