Skip to content

Graphic

const Graphic: ForwardRefExoticComponent<GraphicProps & RefAttributes<GraphicRef>>

Defined in: src/Graphic.tsx:16

Declarative point graphic. Draws itself on the nearest <GraphicsOverlay>. Forwards its native GraphicRef so the graphic can be handed to a GeoElement-anchored analysis — e.g. <Viewshed graphic={ref}> / <LineOfSight observerGraphic={ref}>.