Google supports a streetview image: https://developers.google.com/maps/documentation/streetview/overview
I am currently using this in two projects where I am hardcoding the URL, but I think this could be a nice addition to the library.
<StreetViewGoogleMap
size="600x600"
apiKey="***"
location="6.4488387,3.5496361"
/>
Unlike StaticGoogleMap, I don't think this component has any children. At first, I thought this would be another child component/strategy of StaticGoogleMap but its not. This component has a different rootURL and also cannot be composed with other elements like markers, etc. It is its own "base" component I believe.
Any thoughts?
Google supports a streetview image: https://developers.google.com/maps/documentation/streetview/overview
I am currently using this in two projects where I am hardcoding the URL, but I think this could be a nice addition to the library.
Unlike
StaticGoogleMap, I don't think this component has any children. At first, I thought this would be another child component/strategy ofStaticGoogleMapbut its not. This component has a differentrootURLand also cannot be composed with other elements like markers, etc. It is its own "base" component I believe.Any thoughts?