实施Google Speed Limit Api时出现“此项目没有速度限制”问题

时间:2018-10-01 05:03:37

标签: android google-maps

我正在尝试实现Google限速API,以计算从一个位置到另一位置所需的最低速度。但是在浏览器中运行时出现以下错误。

有人可以帮助我解决此问题吗?谢谢

"error": 
 {
 "code": 403,
 "message": "Speed limits are not available for this project.",
 "status": "PERMISSION_DENIED"
 }

1 个答案:

答案 0 :(得分:0)

如Google所述,限速服务仅适用于Google Maps APIs Premium Plan Client。 这不是Google Maps Web Services客户端库的问题,而是API项目的访问问题。如果您已经是高级客户,则可以在高级计划支持门户中联系提交票证以启用Google Maps Roads API。

阅读API documentation