Use the AnnotationsLayer component to register and configure a layer for adding
annotations. This needs to be added as a child of the Annotations component.
The AnnotationsLayer component is for adding and configuring a layer. Annotations are added to a layer
using the useAnnotations hook with a layer id and a user defined scope.
Use the AnnotationsLayer component to register and configure a layer for adding annotations. This needs to be added as a child of the
Annotations
component.Example
Remarks
The AnnotationsLayer component is for adding and configuring a layer. Annotations are added to a layer using the
useAnnotations
hook with a layer id and a user defined scope.See