【发布时间】:2018-10-29 21:06:12
【问题描述】:
问题:
问题在于 Android 的内置 Geocoder 后端在 AOSP 的分支和 IGeocodingProvider 的实现之间有所不同。为了保持一致性,最好使用 Google Maps Geocoding API。在我的搜索中,我没有找到使用 Google Play 服务 SDK 进行地理编码的方法。
存在地理编码 REST API,但我将无法将 API 密钥限制为我的 Android 应用程序。
问题:
是否有用于地理编码的 Google Play 服务 SDK 必须能够限制 API 密钥?
【问题讨论】:
标签: android google-maps google-play-services google-geocoder google-geocoding-api