Google地图移动SDK for Business与Google Maps Android API

我们正在使用谷歌地图android api 2.0在我们的android应用程序中提供地图功能。 在我们的应用程序中,Google地图将用于捕获和显示下面的用例的位置。

 Whenever a client opens the application (from androiddevice ) depending upon location 
 services current location will be captured and using  reverse geocoding process 
 appropriate address will be generated.  

 In reverse flow if any end user wants to enter address manually, using geocoding Service
 appropriate location will be showed on the map.

这是我的问题

1 >> daily map load(api calls) limit for google map android api 2.0daily map load(api calls) limit for google map android api 2.0是什么,因为有谷歌地图的JavaScript API的API 3.0(25k地图加载每天)?

2 >> geocoding(android.location.Geocoder) limits(No. of geocoding request) per day?geocoding(android.location.Geocoder) limits(No. of geocoding request) per day? 我们不使用服务器端地理编码,每天限制2500个免费请求。此限制是否适用于android地理编码(android.location.Geocoder)?

3 >>我们的应用程序是为了政府机关和城市市民将使用它,因为我可以使用谷歌地图android api 2.0或我必须购买谷歌地图移动SDK for Business?

4 >>有什么difference之间Google Maps Mobile SDK for Business and Google Maps Android API 2.0 ?差异每天和gecoding限制的地图加载方面?

5 >>在什么case scenario我应该使用Google Maps Mobile SDK for Business和Google Maps Android API 2.0?

任何澄清上述问题的答案将真正有帮助!

提前致谢


我是Google地图的GDE(不是Google员工),我之前向Google地图团队提出了这些问题。

1)Google Maps Android API v2没有限制。 查看Google API控制台。 在这里输入图像描述

2)我听说Google地图团队的android.location.Geocoder没有限制,因为它是Android系统的一部分。

阅读此答案:Android Geocoder配额限制

3)你可以使用两者。 但是如果你想在没有网上商店的情况下发布它,你应该与商业协议签订合同。 遵循TOS 9.1.2

https://developers.google.com/maps/terms#section_9_1_2

4)Google不支持谷歌地图Android API v2。 阅读此页面。 https://developers.google.com/maps/documentation/business/mobile/


接受的答案具有误导性,因为尽管API控制台在Maps API上显示没有限制,但如果Maps API的使用率始终保持较高,Google会联系您启用结算或获得Maps for Business许可。

以下是Google Maps Android API和Google Maps API for Business之间使用配额的差异:https://developers.google.com/maps/licensing

以下是两个API的SDK中的主要差异:https://developers.google.com/maps/documentation/business/mobile/android/#comparing_versions

PS上面的SDK比较表中说,Maps for Mobile SDK仅作为静态库提供,但如果您在同一页面上阅读上一段,则可以看到您还可以通过Android获取最新版本的Maps for Business SDK SDK管理器。

链接地址: http://www.djcxy.com/p/81561.html

上一篇: Google Maps Mobile SDK for Business vs. Google Maps Android API

下一篇: google maps api terms