Skip to content
Guides API

ServiceAreaSolveParams

ServiceAreaSolveParams = object

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

Parameters for serviceArea.solve.

optional cutoffs?: number[]

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

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:1490

Facility locations to compute service areas from.


serviceUrl: string

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

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