Google 方向 API android 是免费的吗?

Is the Google Direction API for android is free of cost?

我正在开发一个 android 应用程序,我将在其中显示从一个位置到另一个位置的方向 我已将它与 Google 地图集成。所以,现在我正在尝试使用 google 方向 API 并且已经为此生成了 API 密钥,但是当我通过在浏览器中执行 https 请求来使用它时,它向我显示了结果:"Request denied"

下面是我在结果中得到的响应。 是否有必要启用计费或我做错了? 因为我不会在我的应用程序中一次又一次地请求方向,所以我只会点击一次网络服务并在我的应用程序中使用该响应,其中我将仅显示从一个起点到目的地的 2,3 条路径

{
  "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"
}

需要您启用Google Billing for some Google API Services, this doesn't mean that you will get charged for those services; most of them have a free quota and when you go beyond the threshold you get charged, and how much? well, it depends. For some API or services you can use Google Calculator and for some others you need to check the product's page. For example for Google Speech API

因此您可以毫无问题地使用 60 分钟,但这需要您启用 Google Billing 才能使其正常工作。

对于Google Direction API是: