【发布时间】:2025-11-28 07:15:01
【问题描述】:
试图获取地图中两点之间的方向路线
这是我用来获取路线的网址
还有 我已经在谷歌云控制台中启用了我的计费帐户,但仍然得到输出为
{
"error_message": "You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started",
"routes": [],
"status": "REQUEST_DENIED"
}
【问题讨论】:
-
正如它所说 - 在developers.google.com/maps/gmp-get-started了解更多信息
-
我按照那个链接做了所有的步骤,但是得到了同样的错误
-
您好,我遇到了同样的错误,您找到解决方案了吗?
标签: android google-maps android-studio google-cloud-platform google-directions-api