Google 地图 Javascript API 结算
Google Maps Javascript API Billing
我想使用这 3 个 API 中的任何一个:
- 地图 JavaScript API
- 地理编码API
- 街景全景(动态街景
查看)
但我无法获得有关计费方式的确切信息。
我想知道关于这些的两件事:
- 通过使用这些 API 中的任何一个,我们是否可以在不添加帐单详细信息的情况下免费获得请求?
- 如果必须添加账单明细,如果添加账单明细,我将免费获得多少次请求?
哪位知道的请帮忙
By using any of these APIs, can we get requests for free without adding the billing details?
不,您必须添加帐单详细信息才能获得请求。
If its mandatory to add billing details, how many requests will I get for free if billing details are added?
您每月免费获得相当于 200 美元的费用。每个请求的价格在此处说明:https://cloud.google.com/maps-platform/pricing/.
一旦您使用了价值 200 美元的请求,您就必须开始付款。
如果您担心超出每月 200 美元的免费费用,您可以设置配额以防止突然的、意外的账单。
例如:“如果我必须花费超过 1 美元,请停止提供 API。”这样您月底的帐单最多为 1 美元 - 或者 0 美元,如果您愿意的话:
Manage Your Cost of Use
To manage your cost of use of the Google Maps Platform APIs, you can set daily limits to all requests to any billable API.
To view or change daily billable limits for the Maps JavaScript API, do the following:
Go to the Maps JavaScript API Quotas page in the Google Cloud Platform Console.
From the projects list, select a project. In the Requests section, on the Requests per day line, click the edit icon, then enter the preferred total billable daily quota, up to the limit (if any) specified by Google.
发件人:https://developers.google.com/maps/documentation/javascript/usage-and-billing#set-caps
要使用地图服务,您需要提供有效的结算方式account/payment。这是因为一旦您的免费试用期结束或免费试用额度完全用完,您就可以简单地升级到付费帐户。
一旦您拥有 valid/working 结算帐户,您就有权获得每月 200 美元的免费地图积分。一旦这些积分用完,它就会检查您价值 300 美元的免费试用积分,有效期为 1 年。如果您有此免费试用积分,则可以使用它来抵消任何费用。否则,如果您的帐户没有剩余的免费试用积分,那么您将使用您帐户上设置的付款方式自动向您收费。
我想使用这 3 个 API 中的任何一个:
- 地图 JavaScript API
- 地理编码API
- 街景全景(动态街景 查看)
但我无法获得有关计费方式的确切信息。 我想知道关于这些的两件事:
- 通过使用这些 API 中的任何一个,我们是否可以在不添加帐单详细信息的情况下免费获得请求?
- 如果必须添加账单明细,如果添加账单明细,我将免费获得多少次请求?
哪位知道的请帮忙
By using any of these APIs, can we get requests for free without adding the billing details?
不,您必须添加帐单详细信息才能获得请求。
If its mandatory to add billing details, how many requests will I get for free if billing details are added?
您每月免费获得相当于 200 美元的费用。每个请求的价格在此处说明:https://cloud.google.com/maps-platform/pricing/.
一旦您使用了价值 200 美元的请求,您就必须开始付款。
如果您担心超出每月 200 美元的免费费用,您可以设置配额以防止突然的、意外的账单。
例如:“如果我必须花费超过 1 美元,请停止提供 API。”这样您月底的帐单最多为 1 美元 - 或者 0 美元,如果您愿意的话:
Manage Your Cost of Use
To manage your cost of use of the Google Maps Platform APIs, you can set daily limits to all requests to any billable API.
To view or change daily billable limits for the Maps JavaScript API, do the following:
Go to the Maps JavaScript API Quotas page in the Google Cloud Platform Console.
From the projects list, select a project. In the Requests section, on the Requests per day line, click the edit icon, then enter the preferred total billable daily quota, up to the limit (if any) specified by Google.
发件人:https://developers.google.com/maps/documentation/javascript/usage-and-billing#set-caps
要使用地图服务,您需要提供有效的结算方式account/payment。这是因为一旦您的免费试用期结束或免费试用额度完全用完,您就可以简单地升级到付费帐户。
一旦您拥有 valid/working 结算帐户,您就有权获得每月 200 美元的免费地图积分。一旦这些积分用完,它就会检查您价值 300 美元的免费试用积分,有效期为 1 年。如果您有此免费试用积分,则可以使用它来抵消任何费用。否则,如果您的帐户没有剩余的免费试用积分,那么您将使用您帐户上设置的付款方式自动向您收费。