I am using Google Street View image API to show an image of a location.

It works fine, however when no picture is available i get a black image instead of a location picture. Is there any way I can check if no image is returned and show another image instead?

link|improve this question
Not sure why there's a vote to close as this seems to me to be a perfectly sensible question - albeit one that looks at first glimpse to not have a simple answer. – Murph Dec 4 '11 at 13:31
feedback

1 Answer

I don't think there is a way to check this. The SV image API is designed for static cases when you can't add much functionality to the page.

Maybe you should look at Street View in the JS API, which will let you detect when imagery is available.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.