András Kovács
András Kovács
I hope it is compatible, however I do not work with React nowadays. So if you would like to contribute, please try it and if it works, please open a...
Do you mean getting some feedback if there is no panorama on a given position at all? Probably we can check it by StreetViewPanorama's getStatus() method and add some callbacks...
You are right, this component does not support this out of the box. However you van access the `streetView `property of the component (with a 'ref') and then call all...
React had various solutions for refs in the past years. Which version do you use? As I remember `ref={ pano => this.pano = pano; }}` works everywhere. In this case...