Google Places Api Retriving An Photos Using Getplacephotos
I'm trying to get a photo from known placeID location ('ChIJqaUj8fBLzEwRZ5UY3sHGz90'). I'm using the code below (from the google guide) PlacePhotoMetadataResult result = Places
Solution 1:
It looks like there aren't any photos associated with this place at the moment. If you try another place id that has associated photos, you should get some results. For example, try this place id:
ChIJN1t_tDeuEmsRUsoyG83frY4
Post a Comment for "Google Places Api Retriving An Photos Using Getplacephotos"