Open madrussa opened 5 years ago
Hello @madrussa, this library is unmaintained more than a year ago, and owner disappeared. We have made a successor of this lib @react-google-maps/api please consider to switch, we have active community on spectrum, working examples and docs
It would be really useful to be able to pass street view options to a GoogleMap component. For example in my case I would like to disable the FullscreenControl. I first tried setting this on the Google Maps option itself but this resulted in "streetView is not a StreetViewPanorama" exception. I tried to setup the StreetViewPanorama as a child of the map but this didn't work either.
My current work around is to set the options on the map reference:
as a basic example.
It would be good to know if there is a better way or having the ability to pass in default street view options:
Thanks!