Best way to show google streetview?

i.e. to invoke this code

https://developers.google.com/maps/documentation/javascript/examples/streetview-embed

What’s the best way to embed this JS in a Vaadin friendly manner?

Thanks.

You could try making a
JavaScript component
.

Thanks, that looks just right.