Google Static Map Path API问题

时间:2015-08-13 06:10:32

标签: android google-maps google-static-maps

如何使用Google Static Map Path API显示包含超过1000个lat-longs点的路径?我尝试使用PolyUtils.encode()对latlong进行编码,但仍然使用编码字符串形成的最终url超过了url长度限制2048.

2 个答案:

答案 0 :(得分:0)

简短回答:你不能传递超过2048个字符。使用Google Static Maps API无法做到这一点。

另一方面,您可以使用JavaScript API并使用html2canvas.js拍摄快照。

请参阅我在其他帖子中提供的示例:https://stackoverflow.com/a/37750987/4537906

答案 1 :(得分:0)

最近,网址长度限制已更改为8192个字符,作为公共问题跟踪器中feature request的响应。

https://developers.google.com/maps/documentation/static-maps/intro#url-size-restriction