是否有任何直接方法(URL除外)用于反向地理编码的地方ID在android?

时间:2017-06-23 05:48:20

标签: android google-play-services google-places-api google-places

我试图通过placeId而不是LatLng通过反向地理编码获取Google地址。

虽然我找到了它的网络服务 - https://developers.google.com/maps/documentation/geocoding/intro#ReverseGeocoding

但在android中,Geocoder没有任何可以通过接受placeId给我地址的功能。我正在使用10.0.1版本的google play服务位置库。

1 个答案:

答案 0 :(得分:-1)

您可以使用以下api的

来获取有关地点的所有详细信息
https://maps.googleapis.com/maps/api/place/details/json?placeid=ChIJN1t_tDeuEmsRUsoyG83frY4&key=YOUR_API_KEY

放置你的place_id和Api_key,你就会得到结果