Skip to content

ImageryLayerCollection

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

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.

N/A

N/A

PropertyTypeDescription
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

N/A