javascript - 谷歌地图无限使用

标签 javascript cordova google-maps geocoding hybrid-mobile-app

我正在将 cordova 用于混合移动应用程序。我将对地点使用谷歌地图和谷歌反向地理编码,但它们都有限制,这个应用程序将是一个移动应用程序,所以可能会超过限制,有没有办法不受限制地做到这一点?

最佳答案

基于谷歌地图 docs :

Excess usage over the complimentary quota for each Google Maps API service is calculated at the end of each day.

Web service APIs offer 2,500 free requests per day. If you enable billing to access higher quotas, once you exceed 2,500 requests in a day, you will be billed $0.50 USD / 1,000 additional requests, up to 100,000 daily.

The Google Maps JavaScript API, Google Static Maps API, and Google Street View Image API offer 25,000 free map loads per day. If your site generates excess usage every day for 90 consecutive days, Google will attempt to contact you with information about payment options.

Learn more about what happens if you exceed the usage limits.

If you chose to enable billing you will need to provide your credit card details. Your excess usage will continue to be calculated at the end of each day, and the total charged to the credit card provided at the end of every month, priced as given below.

因此,除非您想黑掉这个论坛的所有者 Google,否则答案是否定的。

关于javascript - 谷歌地图无限使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36425943/

相关文章:

javascript - 在嵌套 div 中使用 ng-click 重复触发事件

javascript - 添加和 ".indexOn": ".value" into Firebase Rules

iphone - Cordova - 内部超链接始终在 Safari 中打开

android - 更新 salesforce Hybrid cordova 应用程序

google-maps - 如何在两个谷歌地图原生标记之间画一条线? ( ionic 3, Cordova )

javascript - Firestore 网络代码示例给出了无效的参数类型

javascript - 使用 Javascript 从按钮获取自定义属性

javascript - 在 iOS Cordova 框架中包含我的 custom.js

javascript - 谷歌地图仅在按 F12 后显示

google-maps - flutter 谷歌地图 : How can you change maptype after runtime?