Skip to content

UtilityNetworkProps

UtilityNetworkProps = object

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

Props for <UtilityNetwork> — a utility network loaded from a feature service, a child of <Map>.

optional onLoad?: (name) => void

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

Called once the network has loaded, with its name.

string

void


optional onLoadError?: (message) => void

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

Called if the network fails to load.

string

void


serviceGeodatabaseUrl: string

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

Feature-service URL of the utility network’s service geodatabase. May require setTokenCredential.