Android: get the photo from google place api photo response -


i'm building app requires photo of selected place using google places api. requested photo using

https://maps.googleapis.com/maps/api/place/photo?maxwidth=400&photoreference=my_photo_ref&key=api_key 

my problem how can contain response , display in imageview. in advance

well looks got it.

https://maps.googleapis.com/maps/api/place/photo?maxwidth=[imagesize]&photoreference=[referencekey]&sensor=false&key=[yourkeyhere] 

this return single image based photo_reference key.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -