Skip to content
Guides API

UtilityTraceResult

UtilityTraceResult = object

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

Result of UtilityNetwork.trace. Flattens the native UtilityElementTraceResult.

elementCount: number

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

Number of elements found by the trace.


elements: UtilityElementInfo[]

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

The elements found by the trace.