Dim*_*Dim 7 android google-maps google-geocoder
我正在开发一个让用户知道它的位置的应用程序.我正在使用这个例子
但我在这里也看到"Geocoding API可能只与Google地图一起使用;禁止在地图上显示地理编码结果".所以我不能在不在地图上显示结果的情况下使用Geocoder?
Geocoder,您使用的类(对于 Android)位于以下包下:android.location.Geocoder。
这与 Google Geocoding API 不同: https:
//developers.google.com/maps/documentation/geocoding/
?hl=fr,我们使用的网址是: http:
//maps.googleapis.com/maps/api /地理编码/输出?参数
javascript 有一个 GeoCoder 类,它与 Google Geocoding API 相关,它是 Google Maps API v3 的 Geocoder 类。(搜索哪个将我们带到: https://developers.google.com/maps/documentation/javascript/services ?hl=fr#Geocoding )
因此,当提到“地理编码 API 只能与 Google 地图结合使用;禁止在地图上显示地理编码结果”。
它将用于 API 和 v3 API 的相关类,而不是android.location.Geocoder.
另外,我希望您了解:
https://code.google.com/p/android/issues/detail? id=8816
我就遇到过这样的情况。
| 归档时间: |
|
| 查看次数: |
1370 次 |
| 最近记录: |