Skip to main content

ImageryLayerCollection

ImageryLayerCollection is a collection of imagery layers of the globe. It can have some ImageryLayer components as children.

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

Cesium properties

N/A

Cesium read-only properties

N/A

Cesium events

PropertyTypeDescription
onLayerAdd(layer: ImageryLayer, index: number) => void
onLayerMove(layer: ImageryLayer, index: number) => void
onLayerRemove(layer: ImageryLayer, index: number) => void
onLayerShowOrHide(layer: ImageryLayer, index: number) => void

Other properties

N/A