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>.
Properties
Section titled “Properties”onLoad?
Section titled “onLoad?”
optionalonLoad?: (name) =>void
Defined in: src/ExpoArcgis.types.ts:1628
Called once the network has loaded, with its name.
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”void
onLoadError?
Section titled “onLoadError?”
optionalonLoadError?: (message) =>void
Defined in: src/ExpoArcgis.types.ts:1630
Called if the network fails to load.
Parameters
Section titled “Parameters”message
Section titled “message”string
Returns
Section titled “Returns”void
serviceGeodatabaseUrl
Section titled “serviceGeodatabaseUrl”serviceGeodatabaseUrl:
string
Defined in: src/ExpoArcgis.types.ts:1626
Feature-service URL of the utility network’s service geodatabase. May require setTokenCredential.