Skip to content
Guides API

SuggestParameters

SuggestParameters = object

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

Parameters for geocoder.suggest. Mirrors the native SuggestParameters.

optional categories?: string[]

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

Place categories to filter by.


optional locatorUrl?: string

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

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

Maximum number of suggestions to return.


optional preferredSearchLocation?: PointGeometry

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

A point near which suggestions are preferred.