fromUrl
suspend fun fromUrl(options: GoogleStreetViewCubeMapPanoramaProvider.Companion.FromUrlOptions): GoogleStreetViewCubeMapPanoramaProvider(source)
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'
})Content copied to clipboard
Return
A promise that resolves to the created GoogleStreetViewCubeMapPanoramaProvider.'