【发布时间】:2022-08-24 17:15:10
【问题描述】:
当我查看有关在 android 应用程序/项目中使用谷歌地图的谷歌网站时,我得到了一些相互矛盾的答案。它首先说它可以免费使用价值高达 300 美元的信用额度或 90 天的免费试用期。在此之后,您将收到通知,并且必须为此使用的服务付费。
https://cloud.google.com/terms/free-trial/?_ga=2.140946930.-1166978351.1660686736
在继续阅读有关在 android 项目中使用 google API 时,它指出:
The Maps SDK for Android uses a pay-as-you-go pricing model.
Maps SDK for Android requests generate calls to one of three SKUs: SKU: Mobile Native
Dynamic Maps, SKU: Dynamic Maps, or SKU: Dynamic Street View.
Along with the overall Google Terms of Use, there are usage limits specific to the Maps SDK for Android.
Manage your costs and usage with tools available in the Google Cloud Console.
对我来说,这表明我必须为项目使用 google maps api 付费。它还指出,每 1000 个请求的成本为 7 美元。
任何有经验的谷歌地图用户可以解释它的真实情况吗?在 android 项目中使用谷歌地图是免费的还是我必须付费?
感谢反馈!
标签: android google-maps