Android:从google place api照片回复中获取照片

时间:2015-06-25 07:59:15

标签: google-places-api

我目前正在使用google places api构建一个需要所选地点照片的应用。我使用

请求了照片
https://maps.googleapis.com/maps/api/place/photo?maxwidth=400&photoreference=MY_PHOTO_REF&key=API_KEY

我的问题是如何包含响应并将其显示在ImageView中。 在此先感谢

1 个答案:

答案 0 :(得分:0)

好像我明白了。

https://maps.googleapis.com/maps/api/place/photo?maxwidth=[IMAGESIZE]&photoreference=[REFERENCEKEY]&sensor=false&key=[YOURKEYHERE]

这将返回基于photo_reference键的单个图像。