Provides imagery to be displayed on the surface of an ellipsoid. This type describes an
interface and is not intended to be instantiated directly.
方法
static Cesium.PanoramaProvider.fromUrl(options) → PanoramaProvider
Returns a panorama provider.
| 参数名称 | 类型 | 描述信息 |
|---|---|---|
options |
object | Input options to create the panorama provider. |
返回值:
The panorama provider for loading panoramas into a scene.
loadPanorama(options) → Panorama
Returns a panorama primitive.
| 参数名称 | 类型 | 描述信息 |
|---|---|---|
options |
object | Input options to create the panorama primitive. |
返回值:
The panorama primitive for displaying panoramas in a scene.
