草庐IT

android - Google Maps Mobile SDK for Business 与 Google Maps Android API

coder 2023-12-03 原文

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

 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>> google map android api 2.0 的每日 map 加载(api 调用)限制 与 google map javascript api 3.0 的限制是多少(每天 25k map 加载)?

2>> 每天的geocoding(android.location.Geocoder) limits(No. of geocoding request)是多少?我们没有使用服务器端geocoding,限制是每天2500个免费请求.这个限制是否适用于android地理编码(android.location.Geocoder)?

3>> 我们的应用程序是供政府机构使用的,城市居民会使用它,为此我可以使用 google map android api 2.0 还是必须购买 Google Maps Mobile SDK for Business?

4>> Google Maps Mobile SDK for Business 和 Google Maps Android API 2.0 之间的区别是什么?每天的 map 加载和地理编码限制方面的区别是什么?

5>> 在什么案例场景中我应该使用 Google Maps Mobile SDK for Business 和 Google Maps Android API 2.0?

任何澄清上述问题的答案都会非常有帮助!!!

提前致谢

最佳答案

已接受的答案具有误导性,因为尽管 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

附言上面的 SDK 比较表说 Maps for Mobile SDK 只能作为静态库使用,但是如果您阅读同一页上的上一段,您会发现您也可以通过 Android SDK 获取最新版本的 Maps for Business SDK经理。

关于android - Google Maps Mobile SDK for Business 与 Google Maps Android API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24186388/

有关android - Google Maps Mobile SDK for Business 与 Google Maps Android API的更多相关文章

随机推荐