Skip to content

GroupLayer

GroupLayer(__namedParameters): Element

Defined in: src/GroupLayer.tsx:17

Declarative GroupLayer — a container that groups its child layers as a single unit on the nearest <Map> / <Scene>. Child layers (<FeatureLayer>, <TileLayer>, …, even nested <GroupLayer>s) declared inside add themselves to the group instead of the map.

PropsWithChildren<LayerProps>

Element