Skip to content

GeometryEditorProps

GeometryEditorProps = object

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

optional active?: boolean

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

When true (default) editing is started with type; set false to stop.


optional onGeometryChange?: (geometry) => void

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

Called as the sketch geometry changes (null when empty / cleared).

Geometry | null

void


optional tool?: GeometryEditorTool

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

Interaction tool (default vertex). Shape tools (arrow/ellipse/…) sketch by dragging.


type: GeometryEditorType

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

The kind of geometry to sketch.