ImageryLayerCollection
ImageryLayerCollection is a collection of imagery layers of the globe.
It can have some ImageryLayer components as children.
- Cesium element: ImageryLayerCollection
- Example: ImageryLayerCollection
Availability
Section titled “Availability”Available inside Viewer or CesiumWidget components. This component refers to the single ImageryLayerCollection of them, so can not be mounted more than once for each Viewer or CesiumWidget.
Properties
Section titled “Properties”Cesium properties
Section titled “Cesium properties”N/A
Cesium read-only properties
Section titled “Cesium read-only properties”N/A
Cesium events
Section titled “Cesium events”| Property | Type | Description |
|---|---|---|
| onLayerAdd | ((layer: ImageryLayer, index: number) => void) | undefined | |
| onLayerMove | ((layer: ImageryLayer, index: number) => void) | undefined | |
| onLayerRemove | ((layer: ImageryLayer, index: number) => void) | undefined | |
| onLayerShowOrHide | ((layer: ImageryLayer, index: number) => void) | undefined |
Other properties
Section titled “Other properties”N/A