I'm making an app that uses the Google Street View Image API
I have no problem getting an image of the street view based on the address/coordinates
but - I want to detect if the specific address has a Street View image available (in order to show a different behavior for addresses that doesn't have it)
The only idea I got so far is to read the pixels of the returned image and detect whether this is the image the I got when there is no image available
Any other idea?
Thanks!