Skip to content

GraphicProps

GraphicProps = object

Defined in: src/ExpoArcgis.types.ts:2301

Props for a <Graphic> — a geometry drawn with a symbol on the nearest graphics overlay.

geometry: Geometry

Defined in: src/ExpoArcgis.types.ts:2303

Point, polyline, or polygon geometry.


optional symbol?: Symbol

Defined in: src/ExpoArcgis.types.ts:2305

Symbol used to draw the geometry.