fromUrl

Creates a PanoramaProvider which provides cube face images from the Google Street View Static API.

const provider = await GoogleStreetViewCubeMapPanoramaProvider.fromUrl({
key: 'your Google Streetview Static api key'
})

Return

A promise that resolves to the created GoogleStreetViewCubeMapPanoramaProvider.'

See also