Skip to content
Guides API

ServiceAreaSolveParams

ServiceAreaSolveParams = object

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

Parameters for serviceArea.solve.

optional cutoffs?: number[]

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

Impedance cutoff values (e.g. travel-time minutes or distance) that define each polygon ring. When omitted the service’s default cutoffs are used.


facilities: PointGeometry[]

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

Facility locations to compute service areas from.


serviceUrl: string

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

URL of the network analysis service (e.g. the ArcGIS World Service Areas service).