Provides imagery to be displayed on the surface of an ellipsoid. This type describes an
interface and is not intended to be instantiated directly.
Methods
static Cesium.PanoramaProvider.fromUrl(options) → PanoramaProvider
Returns a panorama provider.
| Name | Type | Description |
|---|---|---|
options |
object | Input options to create the panorama provider. |
Returns:
The panorama provider for loading panoramas into a scene.
loadPanorama(options) → Panorama
Returns a panorama primitive.
| Name | Type | Description |
|---|---|---|
options |
object | Input options to create the panorama primitive. |
Returns:
The panorama primitive for displaying panoramas in a scene.
