Skip to content
Guides API

ReverseGeocodeParameters

ReverseGeocodeParameters = object

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

Parameters for geocoder.reverseGeocode. Mirrors the native ReverseGeocodeParameters.

optional locatorUrl?: string

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

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 maxDistance?: number

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

Maximum search distance from the point, in meters.


optional maxResults?: number

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

Maximum number of matches to return.