Skip to content
Guides API

SuggestParameters

SuggestParameters = object

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

Parameters for geocoder.suggest. Mirrors the native SuggestParameters.

optional categories?: string[]

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

Place categories to filter by.


optional locatorUrl?: string

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

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

Maximum number of suggestions to return.


optional preferredSearchLocation?: PointGeometry

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

A point near which suggestions are preferred.