I just want confirmation that I’m not going crazy.
In the Google Places API I take the places_id and then insert that into a new call, the places details API.
I want the photoReference.
Well, turns out that I’ve been able to accomplish this with searching for select businesses - typically the bigger the better. However, when I do my flow to get the places_id for any typical business or home address, and then search that places_id for a photoReference, I do not get one.
Step one:
Use address to find ID:
Step two a:
Use ID to find photo reference, using Google’s places_id:
(Sweet, see how it has the photo options?)
Steb two b:
Use ID to find photo reference, any other address places_id:
(Not sweet, see how it DOESN’T have the photo options?)