Skip to content

SuggestParameters

SuggestParameters = object

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

Parameters for geocoder.suggest. Mirrors the native SuggestParameters.

optional categories?: string[]

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

Place categories to filter by.


optional locatorUrl?: string

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

Locator to use. An online geocode-service URL, or a local path to an offline locator (.loc) for disconnected geocoding. Defaults to the ArcGIS World Geocoding Service.


optional maxResults?: number

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

Maximum number of suggestions to return.


optional preferredSearchLocation?: PointGeometry

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

A point near which suggestions are preferred.