Google 地图无限使用
Google Map Unlimited Usage
我正在将 cordova 用于混合移动应用程序。我将对地点使用 google 地图和 google 反向地理编码,但它们都有限制,这个应用程序将是一个移动应用程序,所以可能会超过限制,有没有办法做到没有限制?
基于 Google 地图 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 [=10=].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,谁是这个论坛的所有者,否则答案是否定的。
有一个开源地图库,
他们提供地理编码服务:http://wiki.openstreetmap.org/wiki/Nominatim
所以你也可以看看像这个这样的不同解决方案。
我正在将 cordova 用于混合移动应用程序。我将对地点使用 google 地图和 google 反向地理编码,但它们都有限制,这个应用程序将是一个移动应用程序,所以可能会超过限制,有没有办法做到没有限制?
基于 Google 地图 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 [=10=].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,谁是这个论坛的所有者,否则答案是否定的。
有一个开源地图库,
他们提供地理编码服务:http://wiki.openstreetmap.org/wiki/Nominatim
所以你也可以看看像这个这样的不同解决方案。